X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FWantedQueryPage.php;h=1c19f3c756da29429cbe9471f80ca9b0fb18aba5;hb=fb7b3eebeb8de47eb42e8d6ccf204106a2d6d9e4;hp=c4140de1d88f615e4eb12dc4844136cd0317aefc;hpb=d5810f763a627ec25334d82f7e69b4d6b1d8a515;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/WantedQueryPage.php b/includes/specialpage/WantedQueryPage.php index c4140de1d8..1c19f3c756 100644 --- a/includes/specialpage/WantedQueryPage.php +++ b/includes/specialpage/WantedQueryPage.php @@ -85,9 +85,9 @@ abstract class WantedQueryPage extends QueryPage { $pageLink = Linker::link( $title, null, - array(), - array(), - array( 'broken' ) + [], + [], + [ 'broken' ] ); } return $this->getLanguage()->specialList( $pageLink, $this->makeWlhLink( $title, $result ) );