Minahito
minah****@users*****
2006年 9月 24日 (日) 19:37:50 JST
Index: xoops2jp/html/modules/user/actions/UserDeleteAction.class.php diff -u xoops2jp/html/modules/user/actions/UserDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/user/actions/UserDeleteAction.class.php:1.1.2.2 --- xoops2jp/html/modules/user/actions/UserDeleteAction.class.php:1.1.2.1 Sat Aug 26 13:57:56 2006 +++ xoops2jp/html/modules/user/actions/UserDeleteAction.class.php Sun Sep 24 19:37:49 2006 @@ -109,7 +109,7 @@ function executeViewError(&$controller, &$xoopsUser, &$render) { - $controller->executeRedirect(XOOPS_URL, 3, _MD_USER_ERROR_DBUPDATE_FAILED); + $controller->executeRedirect(XOOPS_URL . '/', 3, _MD_USER_ERROR_DBUPDATE_FAILED); } }