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

Back to archive index

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


Index: xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.15 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.16
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.15	Fri Aug 18 18:05:16 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Sun Sep 24 19:38:02 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.15 2006/08/18 09:05:16 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.16 2006/09/24 10:38:02 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -132,7 +132,7 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		$execute->executeRedirect(XOOPS_URL, 1, $this->mRedirectMessage);
+		$execute->executeRedirect(XOOPS_URL . '/', 1, $this->mRedirectMessage);
 	}
 
 	function executeViewInput(&$controller,&$xoopsUser,&$render)
@@ -151,7 +151,7 @@
 			$render->setAttribute("complete_message", _MD_USER_MESSAGE_YOURREGISTERED);
 		}
 		elseif ($activationType == 1) {
-			$controller->executeRedirect(XOOPS_URL, 4, _MD_USER_MESSAGE_ACTLOGIN);
+			$controller->executeRedirect(XOOPS_URL . '/', 4, _MD_USER_MESSAGE_ACTLOGIN);
 		}
 		elseif($activationType == 2) {
 			$render->setTemplateName("user_register_finish.html");
Index: xoops2jp/html/modules/user/actions/UserRegisterAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.10 xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.11
--- xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.10	Sat Aug 19 21:01:40 2006
+++ xoops2jp/html/modules/user/actions/UserRegisterAction.class.php	Sun Sep 24 19:38:02 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegisterAction.class.php,v 1.1.2.10 2006/08/19 12:01:40 minahito Exp $
+ * @version $Id: UserRegisterAction.class.php,v 1.1.2.11 2006/09/24 10:38:02 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -32,7 +32,7 @@
 			$controller->executeForward(XOOPS_URL . "/user.php");
 		}
 		if (empty($this->mConfig['allow_register'])) {
-		    $controller->executeRedirect(XOOPS_URL, 6, _MD_USER_LANG_NOREGISTER);
+		    $controller->executeRedirect(XOOPS_URL . '/', 6, _MD_USER_LANG_NOREGISTER);
 		}
 	}
 


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