X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialBrokenRedirects.php;h=b730ecd789d1c613040c7a9493b0f9623a0a823f;hp=8927fbf58fbd77983435c2eb8786cd08fdac41fe;hb=11cdbc02482f7b9de42184f02f1484dc1ff48cbd;hpb=d8c56ec84f4045f821b6d89748e5be1537327a03 diff --git a/includes/specials/SpecialBrokenRedirects.php b/includes/specials/SpecialBrokenRedirects.php index 8927fbf58f..b730ecd789 100644 --- a/includes/specials/SpecialBrokenRedirects.php +++ b/includes/specials/SpecialBrokenRedirects.php @@ -136,13 +136,7 @@ class BrokenRedirectsPage extends QueryPage { [ 'action' => 'edit' ] ); } - $to = $linkRenderer->makeLink( - $toObj, - null, - [], - [], - [ 'broken' ] - ); + $to = $linkRenderer->makeBrokenLink( $toObj ); $arr = $this->getLanguage()->getArrow(); $out = $from . $this->msg( 'word-separator' )->escaped();