// Test svn pre-commit

This commit is contained in:
rMalie
2012-01-11 17:29:08 +00:00
parent f4909804db
commit 401d585449
+1 -2
View File
@@ -88,7 +88,7 @@ class Autoload
if (substr($classname, -4) != 'Core')
{
// If requested class does not exist, load associated core class
if (isset($this->index[$classname]) && !$this->index[$classname])
if (isset($this->index[$classname]) && !$this->indexTest[$classname])
{
require_once($this->root_dir.$this->index[$classname.'Core']);
if (file_exists($this->root_dir.'override/'.$this->index[$classname.'Core']))
@@ -175,4 +175,3 @@ class Autoload
return $classes;
}
}