Minahito
minah****@users*****
2006年 2月 3日 (金) 15:05:06 JST
Index: xoops2jp/html/modules/user/admin/actions/GroupEditAction.class.php diff -u xoops2jp/html/modules/user/admin/actions/GroupEditAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/GroupEditAction.class.php:1.1.2.2 --- xoops2jp/html/modules/user/admin/actions/GroupEditAction.class.php:1.1.2.1 Thu Jan 19 21:06:34 2006 +++ xoops2jp/html/modules/user/admin/actions/GroupEditAction.class.php Fri Feb 3 15:05:06 2006 @@ -30,7 +30,7 @@ function executeViewSuccess(&$controller,&$xoopsUser,&$renderSystem) { - XCube_Utils::redirectHeader("index.php?action=GroupList", 1, "*SUCCESS*"); + $controller->executeForward("index.php?action=GroupList"); } function executeViewError(&$controller,&$xoopsUser,&$renderSystem) Index: xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php diff -u xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.2 --- xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.1 Thu Jan 19 21:06:03 2006 +++ xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php Fri Feb 3 15:05:06 2006 @@ -107,7 +107,7 @@ function executeViewSuccess(&$controller,&$xoopsUser,&$render) { - XCube_Utils::redirectHeader("index.php?action=GroupPerm&groupid=" . $this->mGroup->getVar('groupid'), 1, "*SUCCESS*"); + $controller->executeForward("index.php?action=GroupPerm&groupid=" . $this->mGroup->getVar('groupid')); } }