From cd2d638f9e7b98c61e4d280bf6b0ba7c3406c08c Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 17 May 2018 16:18:09 +0300 Subject: [PATCH] Flextype 0.4.0 --- flextype/Content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Content.php b/flextype/Content.php index dfc59fed..58666f36 100755 --- a/flextype/Content.php +++ b/flextype/Content.php @@ -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