Commit 7fe74767 authored by guilhermeblanco's avatar guilhermeblanco

Small fix convertion of enum (fixes #788)

parent 09243b24
...@@ -1062,7 +1062,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable, Seria ...@@ -1062,7 +1062,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable, Seria
$this->_queryComponents = array(); $this->_queryComponents = array();
$this->_pendingAggregates = array(); $this->_pendingAggregates = array();
$this->_aggregateAliasMap = array(); $this->_aggregateAliasMap = array();
$this->_enumParams = array();
} }
$this->reset(); $this->reset();
......
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