From: Alexandre Emsenhuber Date: Sun, 6 Jun 2010 13:53:33 +0000 (+0000) Subject: removed unused global X-Git-Tag: 1.31.0-rc.0~36607 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d768c953d4b95e3dcf7be9d16803b5470dc29245;p=lhc%2Fweb%2Fwiklou.git removed unused global --- 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; }