1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-05-24 13:52:30 +00:00
parent 60136a4b0a
commit 28af01fd8b

View File

@ -239,7 +239,7 @@ abstract class Doctrine_Query_Abstract extends Doctrine_Hydrate
* @param mixed $params an array of parameters or a simple scalar
* @return Doctrine_Query
*/
public function having($having, $params)
public function having($having, $params = array())
{
$this->params = (array) $params;