From 4a0de0b094ac8e6c276a091615db2ec27566d513 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 15 Apr 2009 09:59:12 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EC=BA=90=EC=8B=9C=20?= =?UTF-8?q?=EC=9E=AC=EC=83=9D=EC=84=B1=EC=8B=9C=20=EC=83=9D=EA=B8=B0?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=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/sandbox@6122 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/widget.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index 0a2374967..73e5945ae 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -368,7 +368,7 @@ foreach($lang_list as $lang_type => $val) { $cache_file = sprintf('%s%d.%s.cache', $this->cache_path, $sequence, $lang_type); if(!file_exists($cache_file)) continue; - $oWidget->getCache($widget, $args, $lang_type, true); + $this->getCache($widget, $args, $lang_type, true); } } }