// changed English strings, especially focusing on colons harmonization
This commit is contained in:
@@ -175,7 +175,7 @@ class ReferralProgramModule extends ObjectModel
|
||||
public static function isEmailExists($email, $getId = false, $checkCustomer = true)
|
||||
{
|
||||
if (empty($email) OR !Validate::isEmail($email))
|
||||
die (Tools::displayError('E-mail invalid.'));
|
||||
die (Tools::displayError('The email address is invalid.'));
|
||||
|
||||
if ($checkCustomer === true AND Customer::customerExists($email))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user