From 847bdd9219b90bf451fc62f37f14552ab3acbc76 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 16 Apr 2009 02:22:15 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=BA=90?= =?UTF-8?q?=EC=8B=9C=ED=8C=8C=EC=9D=BC=20=EC=9E=AC=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=8B=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9E=90=EC=B2=B4?= =?UTF-8?q?=EC=9D=98=20=EC=BA=90=EC=8B=9C=20=EA=B8=B0=EB=8A=A5=EC=97=90=20?= =?UTF-8?q?=EC=9D=98=ED=95=9C=20=EC=BA=90=EC=8B=9C=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=8F=84=20=EC=A7=80=EC=9B=8C=EC=A7=80=EB=8F=84=EB=A1=9D=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/sandbox@6126 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/page/page.admin.controller.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/page/page.admin.controller.php b/modules/page/page.admin.controller.php index 5214d8a88..e582d7c8c 100644 --- a/modules/page/page.admin.controller.php +++ b/modules/page/page.admin.controller.php @@ -156,6 +156,9 @@ $content = $module_info->content; + $cache_file = sprintf("%sfiles/cache/page/%d.%s.cache.php", _XE_PATH_, $module_info->module_srl, Context::getLangType()); + if(file_exists($cache_file)) FileHandler::removeFile($cache_file); + // widget controller 의 캐시파일 재생성 실행 $oWidgetController = &getController('widget'); $oWidgetController->recompileWidget($content);