// Fixed pre-commit test..

This commit is contained in:
bMancone
2012-01-11 18:08:49 +00:00
parent 9cdb318ed9
commit 0a6b6a6e8e
+1 -1
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->indexTest[$classname])
if (isset($this->index[$classname]) && !$this->index[$classname])
{
require_once($this->root_dir.$this->index[$classname.'Core']);
if (file_exists($this->root_dir.'override/'.$this->index[$classname.'Core']))