X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FHistoryAction.php;h=ca47fcec1958b3da40488613fd35a38016afa393;hb=d1b7a25985a31c3f19e18f156a5dbfaa4c9f3740;hp=4da51c93ae25be1cc3797bfc47b4a8dd6e50cd1f;hpb=d762bf4b06634a5f61cab07b893ee879701cbbbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 4da51c93ae..ca47fcec19 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -735,7 +735,7 @@ class HistoryPager extends ReverseChronologicalPager { } } // Allow extension to add their own links here - Hooks::run( 'HistoryRevisionTools', array( $rev, &$tools ) ); + Hooks::run( 'HistoryRevisionTools', array( $rev, &$tools, $prevRev, $user ) ); if ( $tools ) { $s2 .= ' ' . $this->msg( 'parentheses' )->rawParams( $lang->pipeList( $tools ) )->escaped();