From cb114a086e9d68706f326adcc30b149fb06170d1 Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Fri, 18 May 2012 16:36:12 +0200 Subject: Bug 752303: It is no longer possible to cancel an email address change when this one has already been confirmed r/a=LpSolit --- Bugzilla/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 6c7f72fc4..cffcc704b 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -319,7 +319,7 @@ sub create_admin { print get_text('install_admin_get_email') . ' '; $login = ; chomp $login; - eval { Bugzilla::User->check_login_name_for_creation($login); }; + eval { Bugzilla::User->check_login_name($login); }; if ($@) { say $@; undef $login; -- cgit v1.2.3-24-g4f1b