Minahito
minah****@users*****
2006年 10月 10日 (火) 15:12:23 JST
Index: xoops2jp/html/modules/base/admin/index.php diff -u xoops2jp/html/modules/base/admin/index.php:1.1.2.2.2.1 xoops2jp/html/modules/base/admin/index.php:1.1.2.2.2.2 --- xoops2jp/html/modules/base/admin/index.php:1.1.2.2.2.1 Thu Sep 28 14:01:14 2006 +++ xoops2jp/html/modules/base/admin/index.php Tue Oct 10 15:12:23 2006 @@ -8,7 +8,7 @@ $actionName = isset($_GET['action']) ? trim($_GET['action']) : "ModuleList"; -$moduleRunner = new Legacy_ActionFrame(true); +$moduleRunner =& new Legacy_ActionFrame(true); $moduleRunner->setActionName($actionName); $root->mController->mExecute->add(array(&$moduleRunner, 'execute'));