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=2480aae0c97d822e10b50619e7b48b25c45af073;hpb=b170b4a14a94fb509c4b15ca4c5717c6976a32cc 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 );