Changeset 4961
- Timestamp:
- 09/13/08 10:28:20 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Query/Abstract.php
r4876 r4961 1040 1040 protected function _preQuery() 1041 1041 { 1042 if ( ! $this->_preQueried && Doctrine_Manager::getInstance()->getAttribute('use_dql_callbacks')) {1042 if ( ! $this->_preQueried && $this->getConnection()->getAttribute('use_dql_callbacks')) { 1043 1043 $this->_preQueried = true; 1044 1044