diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 1e4cc44c7..1bd3abd07 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -277,7 +277,7 @@ function get_languages() if (is_dir($path) and !is_link($path) and file_exists($path.'/iso.txt')) { list($language_name) = @file($path.'/iso.txt'); - $languages[$language_name] = $file; + $languages[$file] = $language_name; } } closedir($dir); |