mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix #1139 don't check managed email address if email address hasn't changed
This commit is contained in:
parent
0263f63e41
commit
b328493d80
1 changed files with 1 additions and 1 deletions
|
|
@ -2717,7 +2717,7 @@ class memberController extends member
|
|||
}
|
||||
|
||||
// Check managed Email Host
|
||||
if($logged_info->is_admin !== 'Y' && $oMemberModel->isDeniedEmailHost($args->email_address))
|
||||
if($logged_info->is_admin !== 'Y' && $logged_info->email_address !== $args->email_address && $oMemberModel->isDeniedEmailHost($args->email_address))
|
||||
{
|
||||
$emailhost_check = $config->emailhost_check;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue