Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.4, 1.2.0-ALPHA1, 1.2.0-ALPHA2, 1.2.0-ALPHA3
-
Fix Version/s: 1.2.0-BETA1
-
Component/s: None
-
Labels:None
Description
Doctrine_Manager::getConnectionForComponent() tries to pre-load given component using Doctrine_Core::autoload().
But it seems it should be modelsAutoload() instead, because just autoload() has nothing to do with model classes.
See also corresponding topic in the doctrine-dev group.
Trivial patch.