Minahito
minah****@users*****
2006年 9月 28日 (木) 14:01:14 JST
Index: xoops2jp/html/modules/base/index.php diff -u xoops2jp/html/modules/base/index.php:1.1.2.1 xoops2jp/html/modules/base/index.php:1.1.2.1.2.1 --- xoops2jp/html/modules/base/index.php:1.1.2.1 Thu May 25 18:28:38 2006 +++ xoops2jp/html/modules/base/index.php Thu Sep 28 14:01:14 2006 @@ -11,7 +11,7 @@ $moduleRunner = new Legacy_ActionFrame(false); $moduleRunner->setActionName($actionName); -$root->mController->setActionStrategy($moduleRunner); +$root->mController->mExecute->add(array(&$moduleRunner, 'execute')); $root->mController->executeAction();