From 243273f1cb8a181f7f2f3f9db4e5fafb100bf403 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 8 Jun 2022 15:50:12 +0800 Subject: [PATCH] classic&hot cache key add mode --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 0379d74c..625082aa 100644 --- a/include/functions.php +++ b/include/functions.php @@ -5094,7 +5094,7 @@ function displayHotAndClassic() { if($showmovies[$type_each] == 'yes' && (!isset($CURUSER) || $CURUSER['show' . $type_each] == 'yes')) { - $Cache->new_page($type_each.'_resources', 900, true); + $Cache->new_page("{$type_each}_{$mode}_resources", 900, true); if (!$Cache->get_page()) { $Cache->add_whole_row();