Minahito
minah****@users*****
2006年 5月 29日 (月) 19:40:10 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.5 xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.6 --- xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.5 Mon May 29 19:39:50 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php Mon May 29 19:40:10 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.5 2006/05/29 10:39:50 minahito Exp $ + * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.6 2006/05/29 10:40:10 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -12,7 +12,7 @@ // // This forward is temp. // - $controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList&target=" . xoops_gethandler('target')); + $controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList&target=" . xoops_getrequest('target')); } function AccessToBackend(&$controller,$eventArgs)