From: Tim Starling Date: Mon, 25 Aug 2003 13:25:39 +0000 (+0000) Subject: bug fix to main branch X-Git-Tag: 1.1.0~316 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=7f3a808e21404eb4d8733d4fff9db0fd31e0aaf1;p=lhc%2Fweb%2Fwiklou.git bug fix to main branch --- diff --git a/includes/SpecialUserlogout.php b/includes/SpecialUserlogout.php index 094335177b..808de18770 100644 --- a/includes/SpecialUserlogout.php +++ b/includes/SpecialUserlogout.php @@ -5,6 +5,7 @@ function wfSpecialUserlogout() global $wgUser, $wgOut, $returnto; $wgUser->logout(); + $wgOut->mCookies = array(); $wgOut->setRobotpolicy( "noindex,nofollow" ); $wgOut->addHTML( wfMsg( "logouttext" ) . "\n

" ); $wgOut->returnToMain();