fixed a bug in Doctrine_Query_Abstract::set(). Missing return value.
This commit is contained in:
parent
225b904aa7
commit
72b2911761
@ -214,6 +214,7 @@ abstract class Doctrine_Query_Abstract extends Doctrine_Hydrate
|
||||
foreach ($key as $k => $v) {
|
||||
$this->set($k, '?', array($v));
|
||||
}
|
||||
return $this;
|
||||
} else {
|
||||
if ($params !== null) {
|
||||
if (is_array($params)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user