diff --git a/lib/Doctrine/Query/Abstract.php b/lib/Doctrine/Query/Abstract.php index 7d0c9258d..3025bd09e 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 = self::STATE_CLEAN; /** * @var array $_params The parameters of this query.