From 325138f098a47103292bad80249db9f754b705a7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 28 Jun 2005 05:47:36 +0000 Subject: [PATCH] * Special:Ancientpages is expensive in new schema for now --- includes/SpecialAncientpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1