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:
@@ -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
|
||||
|
Reference in New Issue
Block a user