[xoops-cvslog 4673] CVS update: xoops2jp/html/modules/user

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 9月 28日 (木) 14:04:21 JST


Index: xoops2jp/html/modules/user/index.php
diff -u xoops2jp/html/modules/user/index.php:1.1.2.2 xoops2jp/html/modules/user/index.php:1.1.2.2.2.1
--- xoops2jp/html/modules/user/index.php:1.1.2.2	Tue Jan 17 19:31:34 2006
+++ xoops2jp/html/modules/user/index.php	Thu Sep 28 14:04:21 2006
@@ -11,9 +11,9 @@
 $moduleRunner = new User_ActionFrame(false);
 $moduleRunner->setActionName($actionName);
 
-$root->mController->setActionStrategy($moduleRunner);
+$root->mController->mExecute->call(array(&$moduleRunner, 'execute'));
 
-$root->mController->executeAction();
+$root->mController->execute();
 
 require_once XOOPS_ROOT_PATH . "/footer.php";
 


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る