From f5b7b3000c8616610d9904a17ba788d91db5fde1 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 9 Mar 2020 12:20:52 +0900 Subject: [PATCH] =?UTF-8?q?5.4=20=EB=B2=84=EC=A0=84=20=EC=B5=9C=EC=8B=A0?= =?UTF-8?q?=EA=B8=80=20cache=20=EC=84=A4=EC=A0=95=20=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9D=84=EC=8B=9C=20=EC=98=A4=EB=A5=98=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 da89910d1..f374ae899 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -31,7 +31,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time= } } - $caches = null; + $caches = false; if(G5_USE_CACHE) { $cache_file_name = "latest-{$bo_table}-{$skin_dir}-{$rows}-{$subject_len}-".g5_cache_secret_key();