1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

Flextype 0.4.0

This commit is contained in:
Awilum
2018-05-17 16:18:09 +03:00
parent 5a8e4ec758
commit cd2d638f9e

View File

@@ -143,7 +143,7 @@ class Content
// Page cache id
if (Filesystem::fileExists($file_path)) {
$page_cache_id = md5('page' . filemtime($file_path) . (($raw === true) ? 'true' : 'false'));
$page_cache_id = md5('page' . $file_path . filemtime($file_path) . (($raw === true) ? 'true' : 'false'));
}
// Try to get page from cache