mirror of
https://github.com/reactos/web.git
synced 2024-11-26 21:20:28 +00:00
[ROSLOGIN] Fix a variable name typo.
This commit is contained in:
parent
6c84aed164
commit
c7482b8d5e
@ -387,7 +387,7 @@
|
||||
throw new InvalidEmailException();
|
||||
|
||||
// Check if the E-Mail domain is forbidden.
|
||||
if ($this->_isForbiddenMailDomain($email))
|
||||
if ($this->_isForbiddenMailDomain($new_email))
|
||||
throw new InvalidEmailException();
|
||||
|
||||
// Check if the new E-Mail address is already in the LDAP database.
|
||||
|
Loading…
Reference in New Issue
Block a user