a previous commit of mine broke method chaining
This commit is contained in:
parent
9962e27620
commit
ebbfcf4cad
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user