[xoops-cvslog 4651] CVS update: xoops2jp/html/modules/base/admin

Back to archive index

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


Index: xoops2jp/html/modules/base/admin/index.php
diff -u xoops2jp/html/modules/base/admin/index.php:1.1.2.2 xoops2jp/html/modules/base/admin/index.php:1.1.2.2.2.1
--- xoops2jp/html/modules/base/admin/index.php:1.1.2.2	Thu Jan 26 01:19:08 2006
+++ xoops2jp/html/modules/base/admin/index.php	Thu Sep 28 14:01:14 2006
@@ -11,9 +11,9 @@
 $moduleRunner = new Legacy_ActionFrame(true);
 $moduleRunner->setActionName($actionName);
 
-$root->mController->setActionStrategy($moduleRunner);
+$root->mController->mExecute->add(array(&$moduleRunner, 'execute'));
 
-$root->mController->executeAction();
+$root->mController->execute();
 
 require_once XOOPS_ROOT_PATH . "/footer.php";
 


xoops-cvslog メーリングリストの案内
Back to archive index