1
1
Fork 0

rename get_language() to get_browser_language()

This commit is contained in:
friendica 2012-05-13 04:52:29 -07:00
commit 3811fe288f
4 changed files with 6 additions and 6 deletions

View file

@ -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);