From 8e808ffbf7b7b28a1cdfda3d188cc156a2e879d9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 6 Sep 2006 02:18:26 +0000 Subject: Bug 351098: Make Bugzilla::Object able to update objects in the database, and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander r=LpSolit, a=myk --- createaccount.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createaccount.cgi') diff --git a/createaccount.cgi b/createaccount.cgi index f58b8402b..1f372fe7e 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -60,7 +60,7 @@ unless ($createexp) { my $login = $cgi->param('login'); if (defined($login)) { - $login = Bugzilla::User::check_login_name_for_creation($login); + $login = Bugzilla::User->check_login_name_for_creation($login); $vars->{'login'} = $login; if ($login !~ /$createexp/) { -- cgit v1.2.3-24-g4f1b