rename get_language() to get_browser_language()
This commit is contained in:
parent
eaf028c9fb
commit
3811fe288f
4 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
|
|||
|
||||
@include(".htconfig.php");
|
||||
|
||||
$lang = get_language();
|
||||
$lang = get_browser_language();
|
||||
|
||||
load_translation_table($lang);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue