From 744342366b192f0fce570e8aa13185cb6462d428 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Thu, 25 Mar 2010 20:27:41 +0000 Subject: [PATCH] Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :( --- includes/specials/SpecialAllmessages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index 1745bf6ca4..57debc0a19 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -137,7 +137,7 @@ class AllmessagesTablePager extends TablePager { // We want to have an option for people to view *all* the messages, // so they can use Ctrl+F to search them. 5000 is the maximum that // will get through WebRequest::getLimitOffset(). - $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 => wfMsg('limitall') ); + $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 ); global $wgLang, $wgContLang, $wgRequest; -- 2.20.1