diff --git a/system/src/Grav/Common/Config/Config.php b/system/src/Grav/Common/Config/Config.php index 9ee47a24a..a16ef7158 100644 --- a/system/src/Grav/Common/Config/Config.php +++ b/system/src/Grav/Common/Config/Config.php @@ -156,7 +156,7 @@ class Config extends Data public function checksum() { - $checkBlueprints = $this->get('system.cache.check.blueprints', true); + $checkBlueprints = $this->get('system.cache.check.blueprints', false); $checkConfig = $this->get('system.cache.check.config', true); $checkSystem = $this->get('system.cache.check.system', true);