5.4 버전 최신글 cache 설정 하지 않을시 오류 수정

This commit is contained in:
thisgun
2020-03-09 12:20:52 +09:00
parent c1adf30b05
commit f5b7b3000c

View File

@ -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();