fix camelCase for localesForLanguage

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2018-06-27 19:40:06 +02:00
parent 3ffeb4ae06
commit 51a35c23f6
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ class PersonalInfo implements ISettings {
'activelocaleLang' => $userLocaleString,
'activelocale' => $userLocale,
'locales' => $localeCodes,
'localesforlanguage' => $localesForLanguage,
'localesForLanguage' => $localesForLanguage,
];
}

View File

@ -351,7 +351,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
<?php p($_['activelocale']['name']);?>
</option>
<optgroup label=""></optgroup>
<?php foreach($_['localesforlanguage'] as $locale):?>
<?php foreach($_['localesForLanguage'] as $locale):?>
<option value="<?php p($locale['code']);?>">
<?php p($locale['name']);?>
</option>