X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostlinked.php;h=66814cb93f47564e1ec38ceaa70bfced9ac6efc7;hb=067fe75c717cc085742a5d20e61c80a4c1b80ca0;hp=89c43509114ee5f11ec2fcb54456578d118d7274;hpb=321efff833e54b8e69c9a3daa5c66b3faad3fc97;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMostlinked.php b/includes/specials/SpecialMostlinked.php index 89c4350911..66814cb93f 100644 --- a/includes/specials/SpecialMostlinked.php +++ b/includes/specials/SpecialMostlinked.php @@ -36,8 +36,13 @@ class MostlinkedPage extends QueryPage { parent::__construct( $name ); } - function isExpensive() { return true; } - function isSyndicated() { return false; } + function isExpensive() { + return true; + } + + function isSyndicated() { + return false; + } function getQueryInfo() { return array (