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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 29日 (月) 19:39:50 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.4 xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.5
--- xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.4	Sat May 27 22:07:24 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php	Mon May 29 19:39:50 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.4 2006/05/27 13:07:24 minahito Exp $
+ * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.5 2006/05/29 10:39:50 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -9,7 +9,10 @@
 {
 	function AccessToImageManager(&$controller,$eventArgs)
 	{
-		$controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList");
+		//
+		// This forward is temp.
+		//
+		$controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList&target=" . xoops_gethandler('target'));
 	}
 
 	function AccessToBackend(&$controller,$eventArgs)


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