From 7339ec7b89556d1bb79d6691b57baebd0b4203f9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 13 Feb 2019 23:27:37 +0300 Subject: [PATCH] Flextype Core: Entries - method fetchAll() - improvements. --- flextype/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Entries.php b/flextype/Entries.php index f7213b0d..956f83b3 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -365,7 +365,7 @@ class Entries // ignore ... } else { if ($current_entry['type'] == 'dir' && Filesystem::has($current_entry['path'] . '/entry.html')) { - $cache_id .= md5('entries' . $current_entry['path'] . $current_entry['timestamp']); + $cache_id .= md5('entries' . $current_entry['path'] . Filesystem::getTimestamp($current_entry['path'] . '/entry.html')); } } }