diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-01 02:33:29 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-01 02:33:29 +0100 |
commit | 78be753e3be38903b0eeb81e36a7c51704bc6cf3 (patch) | |
tree | 295e7a99a07ed742872570d1ecf72f4312978109 /relogin.cgi | |
parent | 5080ecd2f4c2711b228127e1c12647906d37f3bd (diff) | |
download | bugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.gz bugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.xz |
Bug 508823: Make it so that you don't ever have to reset template_inner (like
Bugzilla->template_inner("")).
r=LpSolit, a=LpSolit
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/relogin.cgi b/relogin.cgi index 40e15ac7e..100fc2c7f 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -164,7 +164,6 @@ elsif ($action eq 'begin-sudo') { my $message; my $mail_template = Bugzilla->template_inner($target_user->settings->{'lang'}->{'value'}); $mail_template->process('email/sudo.txt.tmpl', { reason => $reason }, \$message); - Bugzilla->template_inner(""); MessageToMTA($message); $vars->{'message'} = 'sudo_started'; |