Finish fixing r69883
authorPlatonides <platonides@users.mediawiki.org>
Tue, 27 Jul 2010 18:47:30 +0000 (18:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 27 Jul 2010 18:47:30 +0000 (18:47 +0000)
includes/Article.php

index 1a9cb29..c979c45 100644 (file)
@@ -2925,6 +2925,7 @@ class Article {
                        );
 
                        if ( $bigHistory ) {
+                               global $wgDeleteRevisionsLimit;
                                $wgOut->wrapWikiMsg( "<div class='error'>\n$1\n</div>\n",
                                        array( 'delete-warning-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) );
                        }