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)