From e07e89ee61311fed45bb9b78d6eafa3cf77d3c6f Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Tue, 3 Sep 2013 13:58:34 +0800 Subject: [PATCH] - format. --- framework/router.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/router.class.php b/framework/router.class.php index 11ba2d554f..a5e477fe8c 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -694,7 +694,7 @@ class router elseif(isset($_COOKIE['lang'])) { $this->clientLang = $_COOKIE['lang']; - } + } elseif(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { if(strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], ',') === false)