This commit is contained in:
parent
ff99e2e378
commit
64ce2c101e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user