diff --git a/lib/Doctrine/Query/Abstract.php b/lib/Doctrine/Query/Abstract.php index 7b69d4c47..4ff142c5c 100644 --- a/lib/Doctrine/Query/Abstract.php +++ b/lib/Doctrine/Query/Abstract.php @@ -97,7 +97,7 @@ abstract class Doctrine_Query_Abstract /** * @var integer $_state The current state of this query. */ - protected $_state = Doctrine_Query::STATE_CLEAN; + protected $_state = Doctrine_Query_Abstract::STATE_CLEAN; /** * @var array $_params The parameters of this query.