Fix uerlangattributes echoing output from PersonalMenu component

Followup to 4f471bfa5e

Bug: T240062
Change-Id: I13c099befc98b42f28e58a669df495b9324190f4
This commit is contained in:
Jan Drewniak 2020-01-10 13:15:17 +01:00
parent 4f471bfa5e
commit d29adb5dcc
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ class VectorTemplate extends BaseTemplate {
$props = [
'empty-portlet' => ( count( $this->data['personal_urls'] ) == 0 ) ? 'emptyPortlet' : '',
'msg-label' => $this->getMsg( 'personaltools' )->text(),
'html-userlangattributes' => $this->html( 'userlangattributes' ),
'html-userlangattributes' => $this->data[ 'userlangattributes' ] ?? '',
'html-loggedin' => '',
'html-personal-tools' => '',
'html-lang-selector' => '',