From c7e950e474eed04665802bf333b2e087149890f6 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 27 Sep 2011 18:56:44 +0000 Subject: [PATCH] Also add $wgRequest to the forbidden globals...thought it was common sense. --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*, -- 2.20.1