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

Back to archive index

NobuNobu nobun****@users*****
2007年 1月 26日 (金) 17:39:36 JST


Index: xoops2jp/html/modules/user/actions/LostPassAction.class.php
diff -u xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.3 xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.4
--- xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.3	Fri Jan 26 17:20:14 2007
+++ xoops2jp/html/modules/user/actions/LostPassAction.class.php	Fri Jan 26 17:39:36 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1.2.3 2007/01/26 08:20:14 nobunobu Exp $
+ * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1.2.4 2007/01/26 08:39:36 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -59,7 +59,7 @@
 			$lostUser =& $lostUserArr[0];
 		}
 		else {
-			return USER_FRAME_VIEW_SUCCESS;
+			return USER_FRAME_VIEW_ERROR;
 		}
 
 		$newpass = xoops_makepass();


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