X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialDeletedContributions.php;h=e9bf6a237244b5667b7787f2379cac12eafed037;hb=5494337dccc6673a6de734483288bee28bf7cbec;hp=902bfd7853a88d76681fcf17618662b299e94ab1;hpb=d8cc9ef907fbb76838f2726989aa642340c7eb38;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index 902bfd7853..e9bf6a2372 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -93,7 +93,8 @@ class DeletedContributionsPage extends SpecialPage { $this->getForm(); - $pager = new DeletedContribsPager( $this->getContext(), $target, $opts->getValue( 'namespace' ) ); + $pager = new DeletedContribsPager( $this->getContext(), $target, $opts->getValue( 'namespace' ), + $this->getLinkRenderer() ); if ( !$pager->getNumRows() ) { $out->addWikiMsg( 'nocontribs' );