Author: Russ
Date: 2010-03-17 16:48:30 +0100 (Wed, 17 Mar 2010)
New Revision: 28578

Modified:
   
plugins/sfDoctrinePlugin/branches/1.3-2.0/config/sfDoctrine2PluginConfiguration.class.php
Log:
[1.4][sfDoctrine2Plugin] Accidentally re-added something that was removed in 
r28575


Modified: 
plugins/sfDoctrinePlugin/branches/1.3-2.0/config/sfDoctrine2PluginConfiguration.class.php
===================================================================
--- 
plugins/sfDoctrinePlugin/branches/1.3-2.0/config/sfDoctrine2PluginConfiguration.class.php
   2010-03-17 15:44:41 UTC (rev 28577)
+++ 
plugins/sfDoctrinePlugin/branches/1.3-2.0/config/sfDoctrine2PluginConfiguration.class.php
   2010-03-17 15:48:30 UTC (rev 28578)
@@ -46,10 +46,6 @@
     $classLoader->setBasePath(__DIR__.'/../lib/vendor/doctrine');
     $classLoader->register();
 
-    $classLoader = new \Doctrine\Common\IsolatedClassLoader('Entities');
-    
$classLoader->setBasePath(sfConfig::get('sf_lib_dir').'/entities/doctrine');
-    $classLoader->register();
-
     $this->dispatcher->connect('component.method_not_found', array($this, 
'componentMethodNotFound'));
   }
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to