Minahito
minah****@users*****
2006年 9月 28日 (木) 19:23:50 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.11 xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.11.2.1 --- xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.11 Sat Aug 12 11:32:31 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php Thu Sep 28 19:23:50 2006 @@ -1,7 +1,7 @@ <?php /** * @package legacy - * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.11 2006/08/12 02:32:31 minahito Exp $ + * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.11.2.1 2006/09/28 10:23:50 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -59,9 +59,9 @@ $moduleRunner->setMode(LEGACY_FRAME_MODE_SEARCH); $moduleRunner->setActionName(ucfirst(xoops_getrequest('action'))); - $root->mController->setActionStrategy($moduleRunner); + $root->mController->mExecute->add(array(&$moduleRunner, 'execute')); - $root->mController->executeAction(); + $root->mController->execute(); $root->mController->executeView();