mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Merge "SkinTemplateToolboxEnd hook output not displaying in Vector"
This commit is contained in:
commit
4ce1e8c1f2
|
@ -260,7 +260,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