diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-06-26 23:05:22 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-06-26 23:05:22 +0200 |
commit | 1041be73d9197835e55925248fdb5c37c61fd941 (patch) | |
tree | a65150f457729b01d909ffa8cf5f10f211e32dda /Bugzilla/Install.pm | |
parent | Bug 725373: Making someone an admin using checksetup.pl should enable their a... (diff) | |
download | bugzilla-1041be73d9197835e55925248fdb5c37c61fd941.tar.gz bugzilla-1041be73d9197835e55925248fdb5c37c61fd941.tar.bz2 bugzilla-1041be73d9197835e55925248fdb5c37c61fd941.zip |
Remove tabs
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r-- | Bugzilla/Install.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 5d18a9aac..4954dbfd0 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) { |