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