1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
This commit is contained in:
Sergey S Yaglov 2012-02-20 23:36:37 +03:00
parent ff1d7a41f6
commit 29bb339253

View file

@ -941,10 +941,6 @@ class Engine extends Object {
if($aInfo[Engine::CI_INHERIT]){
$sInheritClass = $aInfo[Engine::CI_INHERIT];
$sParentClass = Engine::getInstance()->Plugin_GetParentInherit($sInheritClass);
$aParentInfo = Engine::GetClassInfo(
$sParentClass,
Engine::CI_CLASSPATH
);
if(!class_alias($sParentClass,$sClassName)){
class_alias('Object',$sClassName);
}