Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daria Prusova committed Jul 30, 2014
2 parents 42d692b + 4cc36b5 commit 2d7f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/orm/collection/CollectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function getCollection($collectionName)
$config = $this->collections[$collectionName];

try {
$config = $this->configToArray($config, true);
$config = $this->configToArray($config);
} catch (\InvalidArgumentException $e) {
throw new UnexpectedValueException($this->translate(
'Configuration for collection "{collection}" is not valid.',
Expand Down

0 comments on commit 2d7f660

Please sign in to comment.