Remove unnecessary parameter from `getHistoryPageAction`.

Change-Id: I7ff1dee39be6b2cd213cf963605aff3c75bddc96
This commit is contained in:
Jan Drewniak 2019-03-13 11:34:57 +01:00
parent add1ca4174
commit 835d54b3dd
1 changed files with 1 additions and 1 deletions

View File

@ -1161,7 +1161,7 @@ class SkinMinerva extends SkinTemplate {
}
if ( $this->getSkinOption( self::OPTIONS_HISTORY_PAGE_ACTIONS ) ) {
$menu[] = $this->getHistoryPageAction( $actions );
$menu[] = $this->getHistoryPageAction();
}
if ( $this->isAllowedPageAction( 'edit' ) ) {