Skip to content

Commit

Permalink
Fixed minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowan Lewis authored and nickdunn committed Jan 21, 2010
1 parent 7cc59ad commit eeab15b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.Apple*
.DS*
._*
2 changes: 1 addition & 1 deletion lib/class.symql.php
Expand Up @@ -209,7 +209,7 @@ public static function run(SymQLQuery $query, $output=SymQL::RETURN_XML) {
$field_id = reset(array_keys($filter));
$filter = reset($filter);

if ($field_name == 'system:id') {
if ($field_id == 'system:id') {
$entry_ids[] = (int)$filter['value'];
continue;
}
Expand Down

0 comments on commit eeab15b

Please sign in to comment.