Minahito
minah****@users*****
2006年 10月 15日 (日) 00:51:25 JST
Index: xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php diff -u xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.1 Sat Oct 14 23:55:19 2006 +++ xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php Sun Oct 15 00:51:25 2006 @@ -77,7 +77,7 @@ // TODO We should check file_exists. // - $url = XOOPS_MODULE_URL . "/base/admin/index.php?action=Help&dirname=${dirname}&file=${file}"; + $url = XOOPS_MODULE_URL . "/legacy/admin/index.php?action=Help&dirname=${dirname}&file=${file}"; return $url; } @@ -168,7 +168,7 @@ if (!file_exists($template_dir . "/" . $helpfile)) { $template_dir = XOOPS_MODULE_PATH . "/" . $this->_mDirname . "/language/english/help"; if (!file_exists($template_dir . "/" . $helpfile)) { - $this->mErrorMessage = _AD_BASE_ERROR_NO_HELP_FILE; + $this->mErrorMessage = _AD_LEGACY_ERROR_NO_HELP_FILE; return LEGACY_FRAME_VIEW_ERROR; } }