Merge "Remove haspageactions from MinervaTemplate templateData"

This commit is contained in:
jenkins-bot 2019-12-13 21:22:40 +00:00 committed by Gerrit Code Review
commit 781ba0b2d3

View file

@ -266,7 +266,6 @@ class MinervaTemplate extends BaseTemplate {
'prebodyhtml' => $preBodyHtml,
'headinghtml' => $data['headinghtml'] ?? '',
'postheadinghtml' => $data['postheadinghtml'] ?? '',
'haspageactions' => $hasPageActions,
'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '',
'userMenuHTML' => $data['userMenuHTML'],
'subtitle' => $data['subtitle'],