aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-12-21 14:10:51 +0000
committerRomain d'Alverny <rda@mageia.org>2012-12-21 14:10:51 +0000
commit535b656a6f73fafc984a872450ef05fa6ea3115f (patch)
tree5a59d6ca1066907661c3317979ff70034216fab0 /test
parentfffb973b83c07a577b853d05e30c3ccf85a610fe (diff)
downloadwww-535b656a6f73fafc984a872450ef05fa6ea3115f.tar
www-535b656a6f73fafc984a872450ef05fa6ea3115f.tar.gz
www-535b656a6f73fafc984a872450ef05fa6ea3115f.tar.bz2
www-535b656a6f73fafc984a872450ef05fa6ea3115f.tar.xz
www-535b656a6f73fafc984a872450ef05fa6ea3115f.zip
add test file for browser language
Diffstat (limited to 'test')
-rw-r--r--test/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lang.php b/test/lang.php
index e86dbd553..bf749217d 100644
--- a/test/lang.php
+++ b/test/lang.php
@@ -6,4 +6,4 @@ include_once '../lib/localeDetection.class.php';
include_once '../langs.inc.php';
echo 'Accept-Language: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], "\n\n";
-echo "Relocate `community` with `en` as a default: ", relocate($langs, 'community'), "\n";
+echo "Relocate `community` with `en` as a default: ", relocate($langs, 'community', 'en', null, false), "\n";