From 3bff831c1ed27e55a9f628423327902b84bf69eb Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 17 Sep 2019 10:44:03 +0300 Subject: [PATCH] fix(core): issue with empty entries folder Entries API - fetchAll method #234 --- flextype/core/Entries.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 5362ed2f..54b76184 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -270,8 +270,7 @@ class Entries } // Create unique entries $cache_id - $cache_id = md5($entries_timestamp . - $bind_id . + $cache_id = md5($bind_id . $entries_ids . ($bind_recursive ? 'true' : 'false') . ($bind_set_max_result ? $bind_set_max_result : 'false') .