mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 16:16:50 +01:00
Fix uppercase
This commit is contained in:
@@ -91,7 +91,7 @@ if($save)
|
||||
if($config['account_mail_unique'])
|
||||
{
|
||||
$test_email_account = new OTS_Account();
|
||||
$test_email_account->findByEmail($email);
|
||||
$test_email_account->findByEMail($email);
|
||||
if($test_email_account->isLoaded())
|
||||
$errors['email'] = 'Account with this e-mail address already exist.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user