From 19c08a2f95a8afc97a7fa38ec3eee08a37e56922 Mon Sep 17 00:00:00 2001 From: meus Date: Thu, 6 Dec 2007 11:09:00 +0000 Subject: [PATCH] removed autoload of self --- lib/Doctrine/Collection/Offset.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine/Collection/Offset.php b/lib/Doctrine/Collection/Offset.php index ee6223391..46c79b109 100644 --- a/lib/Doctrine/Collection/Offset.php +++ b/lib/Doctrine/Collection/Offset.php @@ -18,7 +18,6 @@ * and is licensed under the LGPL. For more information, see * . */ -Doctrine::autoload('Doctrine_Collection_Offset'); /** * Doctrine_Collection_Offset * Collection of Doctrine_Record objects.