From 12dc05fac5f68df2e7cbc6cfa604e48a362f1e0a Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 18 Dec 2006 15:08:07 +0000 Subject: [PATCH] autoload bug fixed --- lib/Doctrine/Collection.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/Doctrine/Collection.php b/lib/Doctrine/Collection.php index 87ca68342..385577e5b 100644 --- a/lib/Doctrine/Collection.php +++ b/lib/Doctrine/Collection.php @@ -18,19 +18,19 @@ * and is licensed under the LGPL. For more information, see * . */ -Doctrine::autoload("Access"); +Doctrine::autoload("Doctrine_Access"); /** * Doctrine_Collection * Collection of Doctrine_Record objects. * - * @package Doctrine - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @category Object Relational Mapping - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision$ - * @author Konsta Vesterinen - */ + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + * @author Konsta Vesterinen + */ class Doctrine_Collection extends Doctrine_Access implements Countable, IteratorAggregate, Serializable { /** * @var array $data an array containing the data access objects of this collection