1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

fix(core): issue with empty entries folder Entries API - fetchAll method #234

This commit is contained in:
Awilum
2019-09-17 10:44:03 +03:00
parent e754eea178
commit 3bff831c1e

View File

@@ -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') .