1
0
mirror of synced 2025-01-17 22:11:41 +03:00

a previous commit of mine broke method chaining

This commit is contained in:
pookey 2008-01-27 15:02:45 +00:00
parent 9962e27620
commit ebbfcf4cad

View File

@ -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) {