mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix uppercase
This commit is contained in:
parent
11727785c7
commit
944d532ad1
@ -91,7 +91,7 @@ if($save)
|
|||||||
if($config['account_mail_unique'])
|
if($config['account_mail_unique'])
|
||||||
{
|
{
|
||||||
$test_email_account = new OTS_Account();
|
$test_email_account = new OTS_Account();
|
||||||
$test_email_account->findByEmail($email);
|
$test_email_account->findByEMail($email);
|
||||||
if($test_email_account->isLoaded())
|
if($test_email_account->isLoaded())
|
||||||
$errors['email'] = 'Account with this e-mail address already exist.';
|
$errors['email'] = 'Account with this e-mail address already exist.';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user