Github CI lint - phpcbf

This commit is contained in:
github-actions 2020-06-05 21:08:41 +00:00
parent 1cdde07e32
commit 8d24caa8be

View file

@ -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)