From a770007e4d3e92ff2fb110dab10267b7a45948b1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 14 Feb 2014 14:44:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=8B=A0=EA=B8=80=20=EC=BA=90?= =?UTF-8?q?=EC=8B=9C=ED=8C=8C=EC=9D=BC=20include=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/latest.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/latest.lib.php b/lib/latest.lib.php index 71dad15bc..214147b02 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -34,7 +34,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time= } if(!$cache_fwrite) - include_once($cache_file); + include($cache_file); } }