1
0
mirror of synced 2024-12-13 14:56:01 +03:00

autoload bug fixed

This commit is contained in:
zYne 2006-12-18 15:08:07 +00:00
parent a81e1d766f
commit 12dc05fac5

View File

@ -18,7 +18,7 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
Doctrine::autoload("Access");
Doctrine::autoload("Doctrine_Access");
/**
* Doctrine_Collection
* Collection of Doctrine_Record objects.