[xoops-cvslog 4664] CVS update: xoops2jp/html/modules/legacyRender/admin

Back to archive index

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


Index: xoops2jp/html/modules/legacyRender/admin/index.php
diff -u xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.3.2.1
--- xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.3	Fri Aug  4 23:34:38 2006
+++ xoops2jp/html/modules/legacyRender/admin/index.php	Thu Sep 28 14:03:56 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: index.php,v 1.1.2.3 2006/08/04 14:34:38 minahito Exp $
+ * @version $Id: index.php,v 1.1.2.3.2.1 2006/09/28 05:03:56 minahito Exp $
  */
 
 require_once "../../../mainfile.php";
@@ -15,9 +15,9 @@
 $moduleRunner =& new LegacyRender_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