aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-14 13:59:37 +0200
committerzottel <github@zottel.net>2012-05-14 13:59:37 +0200
commit584b15aaecbf6f58cda2031908f0319c6dfc0700 (patch)
tree0b56a9e4de6c38a052878f2a5c18a05dae15c57c /index.php
parentc43a03e21bcd12b24be8a59741ec6591c1f651d7 (diff)
parent59aefd9346fbd0d5c3cd9cdbf2158719221412f9 (diff)
downloadvolse-hubzilla-584b15aaecbf6f58cda2031908f0319c6dfc0700.tar.gz
volse-hubzilla-584b15aaecbf6f58cda2031908f0319c6dfc0700.tar.bz2
volse-hubzilla-584b15aaecbf6f58cda2031908f0319c6dfc0700.zip
Merge remote branch 'upstream/master'
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 a409f47b4..94329eedc 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_language();
+$lang = get_browser_language();
load_translation_table($lang);