X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FWantedQueryPage.php;h=72fe57d08af7a6276fb165ba23af7a7b5e89e19b;hb=825d66bfa44c5dae2b78e2fe4f3b16f16aff4a12;hp=83ffe40a5189f489893bc5c55e394277f3fea943;hpb=9b00306abe57ff7b9f92728c664e60a29eb1791b;p=lhc%2Fweb%2Fwiklou.git 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 );