Merge "SkinTemplateToolboxEnd hook output not displaying in Vector"

This commit is contained in:
jenkins-bot 2020-01-14 22:58:53 +00:00 committed by Gerrit Code Review
commit 4ce1e8c1f2
1 changed files with 1 additions and 1 deletions

View File

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