Commit a27ed3d3 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 14075fa7
...@@ -343,7 +343,7 @@ final class Doctrine { ...@@ -343,7 +343,7 @@ final class Doctrine {
if(class_exists($classname)) if(class_exists($classname))
return false; return false;
$class = self::$path.DIRECTORY_SEPARATOR.str_replace("_",DIRECTORY_SEPARATOR,$classname).".php"; $class = self::$path.DIRECTORY_SEPARATOR . str_replace('_', DIRECTORY_SEPARATOR,$classname) . '.php';
if( ! file_exists($class)) if( ! file_exists($class))
return false; 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