From: Aaron Schulz Date: Sat, 20 Sep 2008 09:02:35 +0000 (+0000) Subject: Revert r40909, still too slow for comfort X-Git-Tag: 1.31.0-rc.0~45197 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=4a16e9cdfe0956f75db49fbcec7e1b70db6f4757;p=lhc%2Fweb%2Fwiklou.git Revert r40909, still too slow for comfort --- diff --git a/includes/specials/SpecialShortpages.php b/includes/specials/SpecialShortpages.php index b304870c1e..2e7d24a5a0 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 false; + return true; } function isSyndicated() {