Clean up unused globals!
[lhc/web/wiklou.git] / includes / SpecialImport.php
index 467bee5..37a4bc9 100644 (file)
@@ -30,8 +30,7 @@ require_once( 'WikiError.php' );
  * Constructor
  */
 function wfSpecialImport( $page = '' ) {
-       global $wgUser, $wgOut, $wgLang, $wgRequest, $wgTitle;
-       global $wgImportSources;
+       global $wgUser, $wgOut, $wgRequest, $wgTitle, $wgImportSources;
        
        ###
 #      $wgOut->addWikiText( "Special:Import is not ready for this beta release, sorry." );