X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialLinkSearch.php;h=cda0854d4b17ddb5938aa3354117d22baa2936e3;hp=dae60744dce9ce941af3d126e7ff10a6b3119bf9;hb=3df3b575c6617df64ec98533cc7141bd2314e274;hpb=142e89424ea9c4ee5b87ba8d8e78714bca18c75d diff --git a/includes/specials/SpecialLinkSearch.php b/includes/specials/SpecialLinkSearch.php index dae60744dc..cda0854d4b 100644 --- a/includes/specials/SpecialLinkSearch.php +++ b/includes/specials/SpecialLinkSearch.php @@ -266,6 +266,7 @@ class LinkSearchPage extends QueryPage { * * @see T130058 * @todo FIXME This special page should not use LIMIT for paging + * @return int */ protected function getMaxResults() { return max( parent::getMaxResults(), 60000 );