From 336db41f871adc8e74e04a75414101ecb75435c2 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 27 Jul 2010 18:47:30 +0000 Subject: [PATCH] Finish fixing r69883 --- includes/Article.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Article.php b/includes/Article.php index 1a9cb296c2..c979c45759 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2925,6 +2925,7 @@ class Article { ); if ( $bigHistory ) { + global $wgDeleteRevisionsLimit; $wgOut->wrapWikiMsg( "
\n$1\n
\n", array( 'delete-warning-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) ); } -- 2.20.1