fixed language selection

This commit is contained in:
Roland Gruber 2014-09-28 07:16:14 +00:00
parent 203f5f25d6
commit bc9019d9b9
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ if(!empty($possibleLanguages)) {
$languages[$lang->description] = $lang->code;
if (strpos($conf->get_defaultLanguage(), $lang->code) === 0) {
$defaultLanguage = array($lang->code);
break;
}
}
$languageSelect = new htmlTableExtendedSelect('lang', $languages, $defaultLanguage, _("Default language"), '209');