From 7a3529ac57e5441f9b193a3817a33d8461979022 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 16 Sep 2008 12:06:40 +0000 Subject: [PATCH] This is indexed now, do live. (bug 3945) --- includes/specials/SpecialShortpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialShortpages.php b/includes/specials/SpecialShortpages.php index 2e7d24a5a0..b304870c1e 100644 --- a/includes/specials/SpecialShortpages.php +++ b/includes/specials/SpecialShortpages.php @@ -19,7 +19,7 @@ class ShortPagesPage extends QueryPage { * This query is indexed as of 1.5 */ function isExpensive() { - return true; + return false; } function isSyndicated() { -- 2.20.1