From: Frédéric Buclin Date: Tue, 26 Jun 2012 21:05:22 +0000 (+0200) Subject: Remove tabs X-Git-Tag: bugzilla-4.3.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1041be73d9197835e55925248fdb5c37c61fd941;p=thirdparty%2Fbugzilla.git Remove tabs --- diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 5d18a9aac6..4954dbfd03 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -380,8 +380,8 @@ sub make_admin { # Make sure the new admin isn't disabled if ($user->disabledtext) { - $user->set_disabledtext(''); - $user->update(); + $user->set_disabledtext(''); + $user->update(); } if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) {