Skip to content

Commit

Permalink
Fix missed class name reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 3, 2013
1 parent 3099e1c commit d46cfbc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -518,7 +518,7 @@ protected function _parseCondition($field, $value, $types) {
}

if ($value instanceof Expression || $multi === false) {
return new Comparisson($expression, $value, $type, $operator);
return new Comparison($expression, $value, $type, $operator);
}

$placeholder = $this->_bindValue($field, $value, $type);
Expand Down

0 comments on commit d46cfbc

Please sign in to comment.