From: Domas Mituzas Date: Sat, 12 Nov 2005 23:00:02 +0000 (+0000) Subject: marking as expensive, needs other index in order to provide efficient list of namespa... X-Git-Tag: 1.6.0~1185 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=commitdiff_plain;h=0628fb0b853381fdcebd9a2ec611dbef8ada88ea;p=lhc%2Fweb%2Fwiklou.git marking as expensive, needs other index in order to provide efficient list of namespace0 nonredirect short pages --- 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() {