Skip to content

Commit

Permalink
Fixed issue #5911: Error when entering global settings and using Post…
Browse files Browse the repository at this point in the history
…Gres
  • Loading branch information
c-schmitz committed Mar 17, 2012
1 parent ceb9902 commit 5422bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Survey.php
Expand Up @@ -77,7 +77,7 @@ public function scopes()
{
return array(
'active' => array(
'condition' => 'active = "Y"',
'condition' => "active = 'Y'",
),
);
}
Expand Down

0 comments on commit 5422bc8

Please sign in to comment.