mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 06:36:52 +02:00
Fix Dev Branch
This commit is contained in:
@@ -245,7 +245,7 @@ class Content
|
||||
if (strpos($page, $url . '/page.html') !== false) {
|
||||
// ignore ...
|
||||
} else {
|
||||
$pages_cache_id .= html5('pages' . $page . filemtime($page) . (($raw === true) ? 'true' : 'false') . $order_by . $order_type . $offset . $length);
|
||||
$pages_cache_id .= md5('pages' . $page . filemtime($page) . (($raw === true) ? 'true' : 'false') . $order_by . $order_type . $offset . $length);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user