Minahito
minah****@users*****
2006年 11月 2日 (木) 00:02:25 JST
Index: xoops2jp/html/modules/legacy/admin/class/ModuleUpdater.class.php diff -u xoops2jp/html/modules/legacy/admin/class/ModuleUpdater.class.php:1.1.2.9 xoops2jp/html/modules/legacy/admin/class/ModuleUpdater.class.php:1.1.2.10 --- xoops2jp/html/modules/legacy/admin/class/ModuleUpdater.class.php:1.1.2.9 Wed Nov 1 20:54:22 2006 +++ xoops2jp/html/modules/legacy/admin/class/ModuleUpdater.class.php Thu Nov 2 00:02:25 2006 @@ -295,7 +295,7 @@ function _updateModuleTemplates() { Legacy_ModuleInstallUtils::uninstallAllOfModuleTemplates($this->_mTargetXoopsModule, $this->mLog); - Legacy_ModuleInstallUtils::installAllModuleTemplates($this->_mTargetXoopsModule, $this->mLog); + Legacy_ModuleInstallUtils::installAllOfModuleTemplates($this->_mTargetXoopsModule, $this->mLog); } /** @@ -318,7 +318,7 @@ */ function _updatePreferences() { - $this->_upgradePreference(); + $this->_upgradePreferences(); } /** @@ -337,7 +337,7 @@ // // Updates all of module templates // - $this->_updateTemplates(); + $this->_updateModuleTemplates(); if (!$this->_mForceMode && $this->mLog->hasError()) { $this->_processReport(); return false; @@ -404,7 +404,7 @@ // Next, load config item from xoops_version.php. // $newConfigArr = array(); - $t_configInfoArr = Legacy_ModuleUtils::getConfigInfosFromManifesto($this->_mTargetXoopsModule); + $t_configInfoArr = Legacy_ModuleInstallUtils::getConfigInfosFromManifesto($this->_mTargetXoopsModule); $count = 0; if (is_array($t_configInfoArr)) {