Commit 8402633b authored by gnat's avatar gnat

invalid variable

parent dee6574f
......@@ -86,7 +86,7 @@ abstract class Doctrine_Query_Abstract extends Doctrine_Hydrate
foreach ($params as $k => $value) {
if ($value instanceof Doctrine_Expression) {
$value = $value->getSql();
unset($values[$k]);
unset($params[$k]);
} else {
$value = '?';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment