From: Tim Starling Date: Wed, 27 Aug 2003 14:33:12 +0000 (+0000) Subject: removed useless (possibly dangerous) line X-Git-Tag: 1.1.0~312 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=1c013a2c91982f8f4c4001008dc35422f334a0e9;p=lhc%2Fweb%2Fwiklou.git removed useless (possibly dangerous) line --- diff --git a/includes/SpecialUserlogout.php b/includes/SpecialUserlogout.php index 808de18770..094335177b 100644 --- a/includes/SpecialUserlogout.php +++ b/includes/SpecialUserlogout.php @@ -5,7 +5,6 @@ function wfSpecialUserlogout() global $wgUser, $wgOut, $returnto; $wgUser->logout(); - $wgOut->mCookies = array(); $wgOut->setRobotpolicy( "noindex,nofollow" ); $wgOut->addHTML( wfMsg( "logouttext" ) . "\n

" ); $wgOut->returnToMain();