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

Back to archive index

Minahito minah****@users*****
2006年 10月 10日 (火) 15:12:08 JST


Index: xoops2jp/html/modules/base/index.php
diff -u xoops2jp/html/modules/base/index.php:1.1.2.1.2.1 xoops2jp/html/modules/base/index.php:1.1.2.1.2.2
--- xoops2jp/html/modules/base/index.php:1.1.2.1.2.1	Thu Sep 28 14:01:14 2006
+++ xoops2jp/html/modules/base/index.php	Tue Oct 10 15:12:08 2006
@@ -8,12 +8,12 @@
 
 $actionName = isset($_GET['action']) ? trim($_GET['action']) : "Default";
 
-$moduleRunner = new Legacy_ActionFrame(false);
+$moduleRunner =& new Legacy_ActionFrame(false);
 $moduleRunner->setActionName($actionName);
 
 $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