diff --git a/Doctrine.php b/Doctrine.php index dbff28d58..a4c0450f7 100644 --- a/Doctrine.php +++ b/Doctrine.php @@ -273,7 +273,6 @@ final class Doctrine { self::$path = dirname(__FILE__); $class = self::$path.DIRECTORY_SEPARATOR.str_replace("_",DIRECTORY_SEPARATOR,$classname).".php"; - $class = str_replace("Doctrine","classes",$class); if( ! file_exists($class)) return false;