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:
@@ -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') .
|
||||
|
Reference in New Issue
Block a user