Commit ebbfcf4c authored by pookey's avatar pookey

a previous commit of mine broke method chaining

parent 9962e276
......@@ -1139,7 +1139,7 @@ abstract class Doctrine_Query_Abstract
// if there's no params, return (else we'll get a WHERE IN (), invalid SQL)
if (!count($params))
return;
return $this;
$a = array();
foreach ($params as $k => $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