Skip to content

Commit

Permalink
Use alpacaaa's solution to fix #289
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan committed Mar 27, 2010
1 parent 46458ed commit 0b32a07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions symphony/lib/toolkit/data-sources/datasource.section.php
Expand Up @@ -139,8 +139,7 @@ function processRecordGroup(&$wrapper, $element, $group, $ds, &$Parent, &$entryM
throw new Exception(
__(
'Error creating field object with id %1$d, for filtering in data source "%2$s". Check this field exists.',
$field_id,
$this->dsParamROOTELEMENT
array($field_id, $this->dsParamROOTELEMENT)
)
);
}
Expand Down

0 comments on commit 0b32a07

Please sign in to comment.