From ee96c9312678c15da58434bc0b5b42fb973c829d Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 11 Jul 2007 07:17:29 +0000 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EB=A1=9D=EB=90=9C=20=EC=96=B8?= =?UTF-8?q?=EC=96=B4=EC=85=8B=EC=9D=84=20=EA=B3=84=EC=82=B0=ED=95=A0=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=ED=98=84=EC=9E=AC=20=EC=BF=A0=ED=82=A4?= =?UTF-8?q?=EB=A1=9C=20=EC=A7=80=EC=A0=95=EB=90=9C=20lang=5Ftype=EC=9D=B4?= =?UTF-8?q?=20=EC=9E=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20=EC=96=B8=EC=96=B4?= =?UTF-8?q?=EC=85=8B=20=EB=AA=A9=EB=A1=9D=20=EA=B3=84=EC=82=B0=EC=9D=84=20?= =?UTF-8?q?=EC=9E=98=EB=AA=BB=ED=95=98=EB=8D=98=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1903 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/context/Context.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 3e3e5c002..f2ca6348d 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -81,7 +81,6 @@ if(!$this->lang_type && ereg($lang_prefix, strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']))) { $this->lang_type = $lang_prefix; setcookie('lang_type', $this->lang_type, time()+60*60*24*365, '/'); - break; } } @@ -275,6 +274,7 @@ **/ function _setLangType($lang_type = 'ko') { $this->lang_type = $lang_type; + $this->_set('lang_type',$lang_type); } /**