mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Github CI lint - phpcbf
This commit is contained in:
parent
1cdde07e32
commit
8d24caa8be
|
@ -161,7 +161,7 @@ class CitizenTemplate extends BaseTemplate {
|
|||
break;
|
||||
case 'LANGUAGES':
|
||||
$languages = $skin->getLanguages();
|
||||
$portal = $this->getMenuData( 'lang', $languages);
|
||||
$portal = $this->getMenuData( 'lang', $languages );
|
||||
// The language portal will be added provided either
|
||||
// languages exist or there is a value in html-after-portal
|
||||
// for example to show the add language wikidata link (T252800)
|
||||
|
|
Loading…
Reference in a new issue