|
|
|
@ -263,7 +263,7 @@ eof;
@@ -263,7 +263,7 @@ eof;
|
|
|
|
|
* {"y2024": {"m1": [id1, id2, ...], "m10": [id1, id2, ...]}} |
|
|
|
|
*/ |
|
|
|
|
protected function updateDateIndex($file) { |
|
|
|
|
$ctime = !empty($file['original_ctime']) ? $file['original_ctime'] : min($file['fstat']['mtime'], $file['fstat']['ctime']); |
|
|
|
|
$ctime = !empty($file['original_ctime']) ? $file['original_ctime'] : Common::getFileCreateTime($file); |
|
|
|
|
|
|
|
|
|
$cacheKey = $this->dateIndexCacheKey; |
|
|
|
|
$cacheData = Common::getCache($cacheKey); |
|
|
|
|