From: Chad Horohoe Date: Tue, 27 Sep 2011 18:56:44 +0000 (+0000) Subject: Also add $wgRequest to the forbidden globals...thought it was common sense. X-Git-Tag: 1.31.0-rc.0~27399 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c7e950e474eed04665802bf333b2e087149890f6;p=lhc%2Fweb%2Fwiklou.git Also add $wgRequest to the forbidden globals...thought it was common sense. --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b12f75f04f..7677818f26 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -34,7 +34,7 @@ * Globals used: * objects: $wgLang, $wgContLang * - * NOT $wgUser or $wgTitle. Keep them away! + * NOT $wgUser or $wgTitle or $wgRequest. Keep them away! * * settings: * $wgUseDynamicDates*, $wgInterwikiMagic*,