[ROSLOGIN] Fix a variable name typo.

This commit is contained in:
Colin Finck 2018-06-18 14:22:50 +02:00
parent 6c84aed164
commit c7482b8d5e

View File

@ -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.