• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XOOPS Cube Legacy base repository


Commit MetaInfo

Revisióndc27f138131fc724eac48c6c95fc4fd55b58cf9c (tree)
Tiempo2010-02-13 14:43:50
Autorgusagi <gusagi@704c...>
Commitergusagi

Log Message

Fix Bug #2951068 - It becomes Fatal Error when the installation of XUpgrade.

git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@440 704cf05f-ae62-4b0e-a484-234ee0250e75

Cambiar Resumen

Diferencia incremental

--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,6 +8,8 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
88 - Fix Bug #2839172 - missing SSLLogin feature.
99 - Fix Bug #2884127 - typos about regular expressions.
1010 - Fix Bug #2949716 - The value of start and limit might be not corresponding between Criteria and PageNavi.
11+- Fix Bug #2951068 - It becomes Fatal Error when the installation of XUpgrade.
12+
1113
1214 [Staff]
1315 - GIJOE
@@ -16,6 +18,7 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
1618 - kilica
1719 - Marijuana
1820 - Mikhail
21+- minahito
1922
2023 ----------------------------------------
2124 2009/05/23: Package Revision 2.1.7
--- a/extras/XUpgrade/admin/class/UpgradeProcessor.class.php
+++ b/extras/XUpgrade/admin/class/UpgradeProcessor.class.php
@@ -303,9 +303,9 @@ class XUpgrade_UpgradeProcessor
303303 foreach ($modules as $module) {
304304 $module->set('isactive', 1);
305305 $handler->insert($module);
306- $log->add(XCube_Utils::formatMessage(_MI_XUPGRADE_MESSAGE_ADJUST_MODULE_ISACTIVE, $module->get('dirname')));
306+ $this->mLog->add(XCube_Utils::formatMessage(_MI_XUPGRADE_MESSAGE_ADJUST_MODULE_ISACTIVE, $module->get('dirname')));
307307 }
308308 }
309309 }
310310
311-?>
\ No newline at end of file
311+?>