XOOPS Cube Legacy base repository
Revisión | dc27f138131fc724eac48c6c95fc4fd55b58cf9c (tree) |
---|---|
Tiempo | 2010-02-13 14:43:50 |
Autor | gusagi <gusagi@704c...> |
Commiter | gusagi |
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
@@ -8,6 +8,8 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog | ||
8 | 8 | - Fix Bug #2839172 - missing SSLLogin feature. |
9 | 9 | - Fix Bug #2884127 - typos about regular expressions. |
10 | 10 | - 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 | + | |
11 | 13 | |
12 | 14 | [Staff] |
13 | 15 | - GIJOE |
@@ -16,6 +18,7 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog | ||
16 | 18 | - kilica |
17 | 19 | - Marijuana |
18 | 20 | - Mikhail |
21 | +- minahito | |
19 | 22 | |
20 | 23 | ---------------------------------------- |
21 | 24 | 2009/05/23: Package Revision 2.1.7 |
@@ -303,9 +303,9 @@ class XUpgrade_UpgradeProcessor | ||
303 | 303 | foreach ($modules as $module) { |
304 | 304 | $module->set('isactive', 1); |
305 | 305 | $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'))); | |
307 | 307 | } |
308 | 308 | } |
309 | 309 | } |
310 | 310 | |
311 | -?> | |
\ No newline at end of file | ||
311 | +?> |