X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecialpage%2FWantedQueryPage.php;h=72fe57d08af7a6276fb165ba23af7a7b5e89e19b;hp=83ffe40a5189f489893bc5c55e394277f3fea943;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hpb=967a96e7fa5910f8fc451590decb381dbfb481ba diff --git a/includes/specialpage/WantedQueryPage.php b/includes/specialpage/WantedQueryPage.php index 83ffe40a51..72fe57d08a 100644 --- a/includes/specialpage/WantedQueryPage.php +++ b/includes/specialpage/WantedQueryPage.php @@ -116,7 +116,7 @@ abstract class WantedQueryPage extends QueryPage { * @param object $result Result row * @return string */ - private function makeWlhLink( $title, $result ) { + protected function makeWlhLink( $title, $result ) { $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() ); $label = $this->msg( 'nlinks' )->numParams( $result->value )->text(); return $this->getLinkRenderer()->makeLink( $wlh, $label );