[xoops-cvslog 4590] CVS update: xoops2jp/html/modules/user/actions

Back to archive index

Minahito minah****@users*****
2006年 9月 24日 (日) 19:37:40 JST


Index: xoops2jp/html/modules/user/actions/EditUserAction.class.php
diff -u xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.11 xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.12
--- xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.11	Sat Aug 19 20:56:06 2006
+++ xoops2jp/html/modules/user/actions/EditUserAction.class.php	Sun Sep 24 19:37:40 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: EditUserAction.class.php,v 1.1.2.11 2006/08/19 11:56:06 minahito Exp $
+ * @version $Id: EditUserAction.class.php,v 1.1.2.12 2006/09/24 10:37:40 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -147,7 +147,7 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		$controller->executeRedirect(XOOPS_URL, 1, _MD_USER_ERROR_DBUPDATE_FAILED);
+		$controller->executeRedirect(XOOPS_URL . '/', 1, _MD_USER_ERROR_DBUPDATE_FAILED);
 	}
 }
 


xoops-cvslog メーリングリストの案内
Back to archive index