1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

feat(core): update Entries #186

This commit is contained in:
Awilum
2019-08-25 13:50:30 +03:00
parent 0cf4e1ef56
commit b8d5b9c6f8

View File

@@ -101,7 +101,6 @@ class Entries
{
// If requested entry file founded then process it
if ($_entry = $this->read($id)) {
// Create unique entry cache_id
// Entry Cache ID = entry + entry file + entry file time stamp
if ($timestamp = Filesystem::getTimestamp($_entry['file_path'])) {
@@ -466,7 +465,7 @@ class Entries
/**
* Read entry
*
* @param string $id Entry ID
* @param string $id Entry ID
* @param bool $raw Return raw or decoded content
*
* @return bool|array Array of file path, decoded file data and file parser,