Minahito
minah****@users*****
2006年 7月 31日 (月) 19:32:51 JST
Index: xoops2jp/html/modules/base/admin/actions/HelpAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.9 xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.10 --- xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.9 Thu Jul 20 17:20:42 2006 +++ xoops2jp/html/modules/base/admin/actions/HelpAction.class.php Mon Jul 31 19:32:51 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: HelpAction.class.php,v 1.1.2.9 2006/07/20 08:20:42 minahito Exp $ + * @version $Id: HelpAction.class.php,v 1.1.2.10 2006/07/31 10:32:51 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -172,7 +172,7 @@ function executeViewError(&$controller, &$xoopsUser, &$renderer) { - XCube_Utils::redirectHeader('./index.php?action=ModuleList', 1, $this->mErrorMessage); + $controller->executeRedirect('./index.php?action=ModuleList', 1, $this->mErrorMessage); } }