diff --git a/core/ClassInfo.php b/core/ClassInfo.php index 94fe3366a..c72f370c3 100755 --- a/core/ClassInfo.php +++ b/core/ClassInfo.php @@ -10,7 +10,7 @@ class ClassInfo { */ static function ready() { global $_ALL_CLASSES; - return $_ALL_CLASSES && $_ALL_CLASSES['hastable']; + return $_ALL_CLASSES && isset($_ALL_CLASSES['hastable']) && $_ALL_CLASSES['hastable']; } static function allClasses() { global $_ALL_CLASSES;