diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 1d9e1a5d97..a101ce7814 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -640,6 +640,7 @@ Http::init() new Filesystem($cachePath, true) ); $timestamp = 60 * 60 * 24 * 180; // Temporarily increase the TTL to 180 day to ensure files in the cache are still fetched. + /* @type resource|false $data */ $data = $cache->load($key, $timestamp); if (! empty($data) && ! $cacheLog->isEmpty()) {