php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경

This commit is contained in:
BJRambo 2017-11-28 20:01:28 +09:00
parent f4c19a3e0f
commit f3f40f6859
109 changed files with 976 additions and 976 deletions

View file

@ -34,7 +34,7 @@ class comment extends ModuleObject
// 2008. 02. 22 add comment setting when a new module added
$oModuleController->insertTrigger('module.dispAdditionSetup', 'comment', 'view', 'triggerDispCommentAdditionSetup', 'before');
return new Object();
return new BaseObject();
}
/**
@ -195,7 +195,7 @@ class comment extends ModuleObject
$oDB->addIndex('comments', 'idx_parent_srl', array('parent_srl'));
}
return new Object(0, 'success_updated');
return new BaseObject(0, 'success_updated');
}
/**