mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-01 02:37:05 +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;
|
$skin = $this;
|
||||||
ob_start();
|
ob_start();
|
||||||
Hooks::run( $hook, [ &$skin, true ] );
|
Hooks::run( $hook, [ &$skin, true ] );
|
||||||
$params['html-portal-content'] .= ob_get_contents();
|
$props['html-portal-content'] .= ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
}
|
}
|
||||||
$props['html-portal-content'] .= '</ul>';
|
$props['html-portal-content'] .= '</ul>';
|
||||||
|
|
Loading…
Reference in a new issue