This commit is contained in:
parent
ff99e2e378
commit
64ce2c101e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue