Minahito
minah****@users*****
2006年 10月 7日 (土) 18:04:53 JST
Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.2 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.3 --- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.2 Thu Oct 5 19:18:14 2006 +++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php Sat Oct 7 18:04:53 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.2 2006/10/05 10:18:14 minahito Exp $ + * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.3 2006/10/07 09:04:53 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -224,11 +224,11 @@ $moduleRunner = new User_ActionFrame(false); $moduleRunner->setActionName($actionName); - $root->mController->setActionStrategy($moduleRunner); + $root->mController->mExecute->add(array(&$moduleRunner, 'execute')); $root->mController->setDialogMode(true); - $root->mController->executeAction(); + $root->mController->execute(); $root->mController->executeView(); }