Skip to content

Commit 47f1892

Browse files
committed
Fix warning when not updating config.php with new language list.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3019 44740490-163a-0410-bde0-09ae8108e29a
1 parent 11ffb6d commit 47f1892

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/includes/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188

189189
$textarray = array();
190190
foreach ($languages AS $lang => $current) {
191+
$lang = strtolower($lang);
191192
if ($current) {
192193
$textarray[] = $langnames[$lang];
193194
} else {

0 commit comments

Comments
 (0)