You need to sign in or sign up before continuing.
Commit 1041be73 authored by Frédéric Buclin's avatar Frédéric Buclin

Remove tabs

parent 0df807b5
...@@ -380,8 +380,8 @@ sub make_admin { ...@@ -380,8 +380,8 @@ sub make_admin {
# Make sure the new admin isn't disabled # Make sure the new admin isn't disabled
if ($user->disabledtext) { if ($user->disabledtext) {
$user->set_disabledtext(''); $user->set_disabledtext('');
$user->update(); $user->update();
} }
if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) { if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment