mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
VectorTemplate: SkinTemplateToolboxEnd hook isn't deprecated
Bug: T252906 Change-Id: I6eedc41d02b9f64cefb9c8d749226489ada6aae2
This commit is contained in:
parent
0fac9045ac
commit
6ac9079202
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue