X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchangeslinked.php;h=3ad9f0f4f5e4aa69f313810faf61147a3d4c53ac;hb=1aad5d4bf7c0bb72fc59de00a6c8998f37abde4b;hp=c000a8dc15592de3f1530db0ebfa103755551f2a;hpb=a877f3d4114dc9570d03177930ddbfd1332f909a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index c000a8dc15..3ad9f0f4f5 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -224,6 +224,7 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $target = $this->getTargetTitle(); if ( $target ) { $this->getOutput()->addBacklinkSubtitle( $target ); + $this->getSkin()->setRelevantTitle( $target ); } }