Skip to content

Commit

Permalink
Added brackets that souldn't be ommited without exception by coding c…
Browse files Browse the repository at this point in the history
…onventions.
  • Loading branch information
alejandroiglesias committed Apr 11, 2012
1 parent d50fc05 commit ad25957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/asset/instance.php
Expand Up @@ -457,7 +457,9 @@ protected function _parse_assets($type, $assets, $attr, $group)
{
// Prevent duplicate files in a group.
if (Arr::get($this->_groups, "$group.$key.file") == $asset)
{
continue;
}

$this->_groups[$group][] = array(
'type' => $type,
Expand Down

0 comments on commit ad25957

Please sign in to comment.