From cfc22fd3235fd19566152ed9eb4280f58f9926c6 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 27 Nov 2003 09:00:59 +0000 Subject: Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 246bf64c9..b822968c3 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -95,7 +95,7 @@ if ($::FORM{'format'} && $::FORM{'format'} eq "rdf" && !$::FORM{'ctype'}) { # Note that if and when this call clears cookies or has other persistent # effects, we'll need to do this another way instead. if ((exists $::FORM{'ctype'}) && ($::FORM{'ctype'} eq "js")) { - Bugzilla->logout(); + Bugzilla->logout_request(); } # Determine the format in which the user would like to receive the output. -- cgit v1.2.3-24-g4f1b