diff options
author | gerv%gerv.net <> | 2002-05-08 04:28:39 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-08 04:28:39 +0000 |
commit | d756467055959872b1a443d2c60417135b0d05e9 (patch) | |
tree | d1f3401ac634e7cc5407d6340f068aa44e0470e9 /relogin.cgi | |
parent | Bug 135543 - @Support::Templates::testitems does not list all templates (diff) | |
download | bugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.gz bugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.bz2 bugzilla-d756467055959872b1a443d2c60417135b0d05e9.zip |
Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/relogin.cgi b/relogin.cgi index d07de9ef6..0d64fb71f 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -66,6 +66,7 @@ delete $::COOKIE{"Bugzilla_login"}; next time it is required."; $vars->{'url'} = "query.cgi?GoAheadAndLogIn=1"; $vars->{'link'} = "Log in again here"; + $vars->{'user'} = {}; print "Content-Type: text/html\n\n"; $template->process("global/message.html.tmpl", $vars) |