Move double $wgOut globals to the top, remove $wgLang duplicated global.
[lhc/web/wiklou.git] / includes / specials / SpecialMovepage.php
index 8fa5ea8..450c210 100644 (file)
@@ -365,7 +365,7 @@ class MovePageForm {
                        # Disallow deletions of big articles
                        $bigHistory = $article->isBigDeletion();
                        if( $bigHistory && !$nt->userCan( 'bigdelete' ) ) {
-                               global $wgLang, $wgDeleteRevisionsLimit;
+                               global $wgDeleteRevisionsLimit;
                                $this->showForm( array('delete-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) );
                                return;
                        }