1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

Flextype Core: Entries - method fetchAll() - improvements.

This commit is contained in:
Awilum
2019-02-13 23:27:37 +03:00
parent 2a39ad8d0c
commit 7339ec7b89

View File

@@ -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'));
}
}
}