Commit 28af01fd authored by zYne's avatar zYne

--no commit message

--no commit message
parent 60136a4b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment