Changeset 4047

Show
Ignore:
Timestamp:
03/19/08 14:37:53 (16 months ago)
Author:
romanb
Message:

lazy relation loading fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Relation/Nest.php

    r3884 r4047  
    109109            return new Doctrine_Collection($this->getTable()); 
    110110        } else { 
    111             $q = new Doctrine_RawSql(); 
     111            $q = new Doctrine_RawSql($this->getTable()->getConnection()); 
    112112 
    113113            $assocTable = $this->getAssociationFactory()->getTableName();