From 36ea5821d1af4b6a5690f3749b9c9fd742972704 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 21 Oct 2008 15:05:10 +0000 Subject: [PATCH] * Unused global --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ece0471d03..6a5d1c5fd1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 ); -- 2.20.1