mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
SkinTemplateToolboxEnd hook output not displaying in Vector
Broken in I882db161e5462cf88aa48c9cfd91448eb97a4a77 Bug: T240062 Change-Id: I94bbf79c6c2743a5769935287593aa48780bfb71
This commit is contained in:
parent
361e0d6f71
commit
f416e21bc5
|
@ -251,7 +251,7 @@ class VectorTemplate extends BaseTemplate {
|
|||
$skin = $this;
|
||||
ob_start();
|
||||
Hooks::run( $hook, [ &$skin, true ] );
|
||||
$params['html-portal-content'] .= ob_get_contents();
|
||||
$props['html-portal-content'] .= ob_get_contents();
|
||||
ob_end_clean();
|
||||
}
|
||||
$props['html-portal-content'] .= '</ul>';
|
||||
|
|
Loading…
Reference in a new issue