[xoops-cvslog 1413] CVS update: xoops2jp/html

Back to archive index

Minahito minah****@users*****
2005年 12月 26日 (月) 21:16:07 JST


Index: xoops2jp/html/misc.php
diff -u xoops2jp/html/misc.php:1.2.8.3 xoops2jp/html/misc.php:1.2.8.4
--- xoops2jp/html/misc.php:1.2.8.3	Sun Nov  6 15:33:34 2005
+++ xoops2jp/html/misc.php	Mon Dec 26 21:16:07 2005
@@ -1,8 +1,8 @@
 <?php
 /**
- *@package base
+ *@package legacy
  */
-// $Id: misc.php,v 1.2.8.3 2005/11/06 06:33:34 minahito Exp $
+// $Id: misc.php,v 1.2.8.4 2005/12/26 12:16:07 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2005 XOOPS Cube.org                        //
@@ -29,13 +29,10 @@
 //  ------------------------------------------------------------------------ //
 
 require_once "mainfile.php";
-require_once XOOPS_ROOT_PATH."/header.php";
-require_once XOOPS_BASE_PATH."/class/misc/MiscActionFrame.class.php";
+require_once XOOPS_ROOT_PATH . "/header.php";
 
-$miscRunner=new MiscActionFrame();
-
-$root=&XCube_Root::getSingleton();
-$root->mController->setActionStrategy($miscRunner);
-$root->mController->executeAction();
+$root =& XCube_Root::getSingleton();
+$eventArgs = array();
+$root->mEventManager->raiseEvent("Legacypage.Misc.Access", $root->mController, $eventArgs);
 
 ?>
\ No newline at end of file


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