mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
parent
1b79f453b7
commit
1b0466dd83
3 changed files with 3 additions and 1 deletions
|
|
@ -1575,7 +1575,7 @@ class memberController extends member
|
|||
if(ztime($output->data->regdate) < time() - (86400 * 3))
|
||||
{
|
||||
executeQuery('member.deleteAuthMail', $args);
|
||||
return $this->stop('msg_invalid_auth_key');
|
||||
return $this->stop('msg_expired_auth_key');
|
||||
}
|
||||
|
||||
// Back up the value of $output->data->is_register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue