correct name for common_canonical_email
darcs-hash:20080715222554-84dde-8aed1c8c6d30b4a3645fa2563a9368f8e3859fbf.gz
This commit is contained in:
parent
b592e4ef54
commit
993e2a82fe
|
@ -142,7 +142,7 @@ class EmailsettingsAction extends SettingsAction {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$email = common_normalize_email($email);
|
$email = common_canonical_email($email);
|
||||||
|
|
||||||
if (!$email) {
|
if (!$email) {
|
||||||
$this->show_form(_('Cannot normalize that email address'));
|
$this->show_form(_('Cannot normalize that email address'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user