aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-16 01:38:26 -0700
committerfriendica <info@friendica.com>2012-07-16 01:38:26 -0700
commitb79212dcc8849058e71b4fe51fae4898c4c81d14 (patch)
tree8ee059ddc60d82384b7a3ee77c997ae9e8b6e34b /index.php
parentc14845557047b949b550be752b92069a381fba71 (diff)
downloadvolse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.tar.gz
volse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.tar.bz2
volse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.zip
split up get_browser_language() to use in additional ways
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f4c92cc5f..bcad5f607 100644
--- a/index.php
+++ b/index.php
@@ -27,7 +27,7 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
@include(".htconfig.php");
-$lang = get_browser_language();
+$lang = get_best_language();
load_translation_table($lang);