From 0628fb0b853381fdcebd9a2ec611dbef8ada88ea Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sat, 12 Nov 2005 23:00:02 +0000 Subject: [PATCH] marking as expensive, needs other index in order to provide efficient list of namespace0 nonredirect short pages --- includes/SpecialShortpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialShortpages.php b/includes/SpecialShortpages.php index 3ede86d501..3792766585 100644 --- a/includes/SpecialShortpages.php +++ b/includes/SpecialShortpages.php @@ -26,7 +26,7 @@ class ShortPagesPage extends QueryPage { * This query is indexed as of 1.5 */ function isExpensive() { - return false; + return true; } function isSyndicated() { -- 2.20.1