From d768c953d4b95e3dcf7be9d16803b5470dc29245 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 6 Jun 2010 13:53:33 +0000 Subject: [PATCH] removed unused global --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 51f711de62..c28e60420a 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -432,7 +432,7 @@ class Skin extends Linker { // if on upload page output the extension list & js_upload if( SpecialPage::resolveAlias( $wgTitle->getDBkey() ) == 'Upload' ) { - global $wgFileExtensions, $wgAjaxUploadInterface; + global $wgFileExtensions; $vars['wgFileExtensions'] = $wgFileExtensions; } -- 2.20.1