summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-03 12:08:07 -0800
committerBrion Vibber <brion@pobox.com>2010-03-03 12:10:43 -0800
commit0881eba80eabfea65919be2f3d65235ccd0b5eb6 (patch)
treefb35ebd6ac9f762720fa48c85436b1b0d6d1142e /index.php
parentc82efb7fd8ba28b854020821246878fc0a8cec2b (diff)
Language setting fixes:
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?)
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 06ff9900f..a46bc084d 100644
--- a/index.php
+++ b/index.php
@@ -253,6 +253,7 @@ function main()
$user = common_current_user();
// initialize language env
+common_log(LOG_DEBUG, "XXX: WAIII");
common_init_language();