summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Install.pm4
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) {