aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-13 18:50:04 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-13 18:50:04 -0400
commit39c042f4ea33abd77d6431c531b6eae72f2d7994 (patch)
tree91cef4041bbdfbc1fe08ffb08c52661d70c59f94 /index.php
parentf267a283b46edaf389e99ef3ea4341a5a0496aab (diff)
parent303856ce01983feec95539892a908b5d5a88f866 (diff)
downloadvolse-hubzilla-39c042f4ea33abd77d6431c531b6eae72f2d7994.tar.gz
volse-hubzilla-39c042f4ea33abd77d6431c531b6eae72f2d7994.tar.bz2
volse-hubzilla-39c042f4ea33abd77d6431c531b6eae72f2d7994.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: diabook-theme: small fixes rename get_language() to get_browser_language() slackr drop shadows language detection library rev update * 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);