* Unused global
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 21 Oct 2008 15:05:10 +0000 (15:05 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 21 Oct 2008 15:05:10 +0000 (15:05 +0000)
includes/GlobalFunctions.php

index ece0471..6a5d1c5 100644 (file)
@@ -682,7 +682,7 @@ function wfMsgWikiHtml( $key ) {
  * Behavior for conflicting options (e.g., parse+parseinline) is undefined.
  */
 function wfMsgExt( $key, $options ) {
-       global $wgOut, $wgParser;
+       global $wgOut;
 
        $args = func_get_args();
        array_shift( $args );