X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialLinkSearch.php;h=cda0854d4b17ddb5938aa3354117d22baa2936e3;hb=d537b51bfbf7f9358e82ee6c957c6e78f9316292;hp=dae60744dce9ce941af3d126e7ff10a6b3119bf9;hpb=c6436de8f690b073c2b9315870e8c5e78a9515fb;p=lhc%2Fweb%2Fwiklou.git 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 );