Changeset 4358

Show
Ignore:
Timestamp:
05/10/08 04:54:05 (14 months ago)
Author:
jwage
Message:

Fixed issue with exportClassesSql() being called on wrong connection.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Export.php

    r4352 r4358  
    10641064             } 
    10651065 
    1066              $sql = $this->exportClassesSql(array($class)); 
     1066             $sql = $connection->export->exportClassesSql(array($class)); 
    10671067 
    10681068             // Build array of all the creates