From 868821f24c03889a058222d5a5184687ca9d8260 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 30 Mar 2022 02:27:34 +0200 Subject: [PATCH] new strat --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 5457cc5f..895a3adb 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1691,7 +1691,7 @@ function buildIndex($global_api = "yes") { break; if ($config['cache']['enabled']) { - $contentHash = md5(json_encode($content['threads'])); + $contentHash = md5(json_encode($content['body'])); $cacheHit = cache::get('index_cache'. $contentHash); if ($cacheHit) continue;