Minahito
minah****@users*****
2005年 12月 26日 (月) 20:04:45 JST
Index: xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php diff -u xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.2 --- xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.1 Mon Dec 26 20:02:13 2005 +++ xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php Mon Dec 26 20:04:45 2005 @@ -1,13 +1,13 @@ <?php /** - * @version $Id: MiscEventFunctions.class.php,v 1.1.2.1 2005/12/26 11:02:13 minahito Exp $ + * @version $Id: MiscEventFunctions.class.php,v 1.1.2.2 2005/12/26 11:04:45 minahito Exp $ */ class Legacy_MiscEventFunction { function AccessToMisc(&$controller,$eventArgs) { - require_once XOOPS_BASE_PATH . "/class/misc/MiscActionFrame.class.php"; + require_once XOOPS_BASE_PATH . "/class/MiscActionFrame.class.php"; $moduleRunner =& new MiscActionFrame(); $controller->setDialogMode(true);