Changeset 4047
- Timestamp:
- 03/19/08 14:37:53 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Relation/Nest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Relation/Nest.php
r3884 r4047 109 109 return new Doctrine_Collection($this->getTable()); 110 110 } else { 111 $q = new Doctrine_RawSql( );111 $q = new Doctrine_RawSql($this->getTable()->getConnection()); 112 112 113 113 $assocTable = $this->getAssociationFactory()->getTableName();