summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 23:05:22 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 23:05:22 +0200
commit1041be73d9197835e55925248fdb5c37c61fd941 (patch)
treea65150f457729b01d909ffa8cf5f10f211e32dda /Bugzilla/Install.pm
parent0df807b5f9ae1425fc24ada6fdcb4c672e4e8f6f (diff)
downloadbugzilla-1041be73d9197835e55925248fdb5c37c61fd941.tar.gz
bugzilla-1041be73d9197835e55925248fdb5c37c61fd941.tar.xz
Remove tabs
Diffstat (limited to 'Bugzilla/Install.pm')
-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) {