From cee77ef5a1d447bbe9d29c212ded8aa1905a6a89 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 30 Aug 2022 15:52:26 +0300 Subject: [PATCH] timestamp -> datetime on file cache --- app/controllers/shared/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 25ada3c446..6a06a56491 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -381,7 +381,6 @@ App::shutdown() 'accessedAt' => $now, 'signature' => $signature, ]))); - } elseif (date('Y/m/d', \time()) > date('Y/m/d', strtotime($cacheLog->getAttribute('accessedAt')))) { var_dump('update'); var_dump($now);