1
0
mirror of synced 2025-03-21 07:23:55 +03:00

Small fix convertion of enum (fixes #788)

This commit is contained in:
guilhermeblanco 2008-02-15 16:57:46 +00:00
parent 09243b2416
commit 7fe74767d7

View File

@ -1062,7 +1062,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable, Seria
$this->_queryComponents = array();
$this->_pendingAggregates = array();
$this->_aggregateAliasMap = array();
$this->_enumParams = array();
}
$this->reset();