diff --git a/index.php b/index.php index 2cb0286d..037b8b09 100644 --- a/index.php +++ b/index.php @@ -306,7 +306,7 @@ try { $format = Format::create($format); $format->setItems($items); $format->setExtraInfos($infos); - $format->setLastModified($mtime); + $format->setLastModified($cache->getTime()); $format->display(); } catch(Error $e) { http_response_code($e->getCode());