summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 2c5b2649..7cd26187 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -105,8 +105,6 @@ class PradoBase
public static function autoload($className)
{
include_once($className.self::CLASS_FILE_EXT);
- if(!class_exists($className,false) && !interface_exists($className,false))
- self::fatalError("Class file for '$className' cannot be found.");
}
/**