From: Brion Vibber Date: Tue, 28 Jun 2005 05:47:36 +0000 (+0000) Subject: * Special:Ancientpages is expensive in new schema for now X-Git-Tag: 1.5.0beta2~168 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=325138f098a47103292bad80249db9f754b705a7;p=lhc%2Fweb%2Fwiklou.git * Special:Ancientpages is expensive in new schema for now --- diff --git a/includes/SpecialAncientpages.php b/includes/SpecialAncientpages.php index 4d676036cd..a9a4231a41 100644 --- a/includes/SpecialAncientpages.php +++ b/includes/SpecialAncientpages.php @@ -22,7 +22,7 @@ class AncientPagesPage extends QueryPage { } function isExpensive() { - return parent::isExpensive() ; + return true; } function isSyndicated() { return false; }