NobuNobu
nobun****@users*****
2007年 1月 23日 (火) 22:24:14 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 xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.1 --- xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1 Sun Oct 15 15:09:47 2006 +++ xoops2jp/html/modules/user/actions/LostPassAction.class.php Tue Jan 23 22:24:14 2007 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1 2006/10/15 06:09:47 minahito Exp $ + * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1.2.1 2007/01/23 13:24:14 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -94,7 +94,7 @@ $lostUser =& $lostUserArr[0]; } else { - return USER_FRAME_VIEW_SUCCESS; + return USER_FRAME_VIEW_ERROR; } $builder =& new User_LostPass1MailBuilder();