X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialProtectedtitles.php;h=fa9033cb3148c55f0cefd39a49889a74836baec1;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hp=c800d96c783682d67bdd57b7a16054877b0f9eae;hpb=61846a5ab06afc81ef213be3357a884d7f72b45a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialProtectedtitles.php b/includes/specials/SpecialProtectedtitles.php index c800d96c78..fa9033cb31 100644 --- a/includes/specials/SpecialProtectedtitles.php +++ b/includes/specials/SpecialProtectedtitles.php @@ -84,7 +84,7 @@ class SpecialProtectedtitles extends SpecialPage { ) . "\n"; } - $link = Linker::link( $title ); + $link = $this->getLinkRenderer()->makeLink( $title ); $description_items = []; // Messages: restriction-level-sysop, restriction-level-autoconfirmed $protType = $this->msg( 'restriction-level-' . $row->pt_create_perm )->escaped();