Also add $wgRequest to the forbidden globals...thought it was common sense.
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 27 Sep 2011 18:56:44 +0000 (18:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 27 Sep 2011 18:56:44 +0000 (18:56 +0000)
includes/parser/Parser.php

index b12f75f..7677818 100644 (file)
@@ -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*,