Lazy initialisation of wgProxyList, no flip required
[lhc/web/wiklou.git] / includes / SpecialExport.php
index 99d02c5..c3df5e9 100644 (file)
@@ -30,7 +30,7 @@ require_once( 'Export.php' );
  *
  */
 function wfSpecialExport( $page = '' ) {
-       global $wgOut, $wgLang, $wgRequest;
+       global $wgOut, $wgRequest;
        
        if( $wgRequest->getVal( 'action' ) == 'submit') {
                $page = $wgRequest->getText( 'pages' );