Add 'is-language-in-header' key back in

Looks like this was an unintentional deletion from

I16223ce849267e718aad22b8a24b2327332ac8b7

Change-Id: I56350d7e936b4d179c1bd12376ffebf295897a99
This commit is contained in:
Nicholas Ray 2021-09-02 13:53:05 -06:00
parent 877e001ea9
commit 1ab4600e4d
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ class SkinVector extends SkinMustache {
'sidebar-visible' => $this->isSidebarVisible(),
'is-language-in-header' => $this->isLanguagesInHeader(),
'data-vector-sticky-header' => VectorServices::getFeatureManager()->isFeatureEnabled(
Constants::FEATURE_STICKY_HEADER
) ? $this->getStickyHeaderData() : false,