Commit 539c7f3d authored by doctrine's avatar doctrine

--no commit message

--no commit message
parent 27c869a7
......@@ -273,7 +273,7 @@ final class Doctrine {
self::$path = dirname(__FILE__);
$class = self::$path.DIRECTORY_SEPARATOR.str_replace("_",DIRECTORY_SEPARATOR,$classname).".php";
print $class;
$class = str_replace("Doctrine","classes",$class);
if( ! file_exists($class))
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment