Merge "Reintroduce accidentally dropped referenceness"

This commit is contained in:
jenkins-bot 2020-03-27 14:07:43 +00:00 committed by Gerrit Code Review
commit 8e3b4a91c9

View file

@ -283,10 +283,11 @@ class HistoryAction extends FormlessAction {
$out->addHTML( $htmlForm->getHTML( false ) );
$article = $this->getArticle(); // must be a variable for hook reference
Hooks::run(
'PageHistoryBeforeList',
[
$this->getArticle(),
&$article,
$this->getContext()
]
);