SkinTemplateToolboxEnd hook output not displaying in Vector

Broken in I882db161e5462cf88aa48c9cfd91448eb97a4a77

Bug: T240062
Change-Id: I94bbf79c6c2743a5769935287593aa48780bfb71
This commit is contained in:
jdlrobson 2020-01-14 14:35:50 -08:00
parent 361e0d6f71
commit f416e21bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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>';