removed unused global
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 6 Jun 2010 13:53:33 +0000 (13:53 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 6 Jun 2010 13:53:33 +0000 (13:53 +0000)
includes/Skin.php

index 51f711d..c28e604 100644 (file)
@@ -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;
                }