diff options
Diffstat (limited to 'includes/SpecialPopularpages.php')
-rw-r--r-- | includes/SpecialPopularpages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/SpecialPopularpages.php b/includes/SpecialPopularpages.php index 640d7889f013..ca96168aa6d6 100644 --- a/includes/SpecialPopularpages.php +++ b/includes/SpecialPopularpages.php @@ -25,6 +25,7 @@ class PopularPagesPage extends QueryPage { # cur_counter is not indexed return true; } + function isSyndicated() { return false; } function getSQL() { $dbr =& wfGetDB( DB_SLAVE ); |