This commit is contained in:
parent
6ef0cc9993
commit
86c5a659ed
@ -682,6 +682,10 @@ class Doctrine_Hydrate implements Serializable
|
|||||||
} else {
|
} else {
|
||||||
$stmt = $this->_execute($params, $return);
|
$stmt = $this->_execute($params, $return);
|
||||||
|
|
||||||
|
if (is_integer($stmt)) {
|
||||||
|
return $stmt;
|
||||||
|
}
|
||||||
|
|
||||||
$array = $this->parseData2($stmt, $return);
|
$array = $this->parseData2($stmt, $return);
|
||||||
}
|
}
|
||||||
return $array;
|
return $array;
|
||||||
|
Loading…
Reference in New Issue
Block a user