From 535b656a6f73fafc984a872450ef05fa6ea3115f Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 21 Dec 2012 14:10:51 +0000 Subject: add test file for browser language --- test/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"; -- cgit v1.2.1