From 639897623a8d8b05c5c37ac81228ec42c66f4ff9 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 30 Jul 2007 08:42:51 +0000 Subject: [PATCH] =?UTF-8?q?xml=EC=A0=95=EB=B3=B4=20=EC=BA=90=EC=8B=9C?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=83=9D=EC=84=B1=EC=8B=9C=20=EC=96=B8?= =?UTF-8?q?=EC=96=B4=EB=B3=84=20=EC=BA=90=EC=8B=9C=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= 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@2086 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module/module.model.php b/modules/module/module.model.php index deeacce25..1682ad92d 100644 --- a/modules/module/module.model.php +++ b/modules/module/module.model.php @@ -289,7 +289,7 @@ if(!file_exists($xml_file)) return; // 캐시된 파일이 있는지 확인 - $cache_file = sprintf("./files/cache/module_info/%s.php", $module); + $cache_file = sprintf("./files/cache/module_info/%s.%s.php", $module, Context::getLangType()); // 캐시 파일이 없거나 캐시 파일이 xml 파일보다 오래되었으면 내용 다시 갱신 if(!file_exists($cache_file) || filectime($cache_file)