VectorTemplate: SkinTemplateToolboxEnd hook isn't deprecated

Bug: T252906
Change-Id: I6eedc41d02b9f64cefb9c8d749226489ada6aae2
This commit is contained in:
DannyS712 2020-05-15 20:56:05 +00:00
parent 0fac9045ac
commit 6ac9079202
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ class VectorTemplate extends BaseTemplate {
$vectorTemplate = $this;
ob_start();
// Use SidebarBeforeOutput instead.
Hooks::run( 'SkinTemplateToolboxEnd', [ &$vectorTemplate, true ], '1.35' );
Hooks::run( 'SkinTemplateToolboxEnd', [ &$vectorTemplate, true ] );
$htmlhookitems = ob_get_clean();
$portal['html-items'] .= $htmlhookitems;
ob_start();