Fix uppercase

This commit is contained in:
tobi132 2019-12-02 20:51:36 +01:00
parent 11727785c7
commit 944d532ad1

View File

@ -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.';
}