From 1041be73d9197835e55925248fdb5c37c61fd941 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 26 Jun 2012 23:05:22 +0200 Subject: Remove tabs --- Bugzilla/Install.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Install.pm') 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) { -- cgit v1.2.3-24-g4f1b