1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-02-13 13:38:19 +00:00
parent 72533f0792
commit d99f743799

View file

@ -196,7 +196,7 @@ class Engine extends Object {
* Создаем объект модуля
*/
$oModule=new $sModuleNameClass($this);
if (($bInit or $sModuleName=='Cache') and !$oModule->isInit()) {
if ($bInit or $sModuleName=='Cache') {
$oModule->Init();
$oModule->SetInit();
}