diff --git a/system/src/Grav/Common/Cache.php b/system/src/Grav/Common/Cache.php index 9da3974a8..50d748b7e 100644 --- a/system/src/Grav/Common/Cache.php +++ b/system/src/Grav/Common/Cache.php @@ -73,7 +73,7 @@ class Cache extends Getters $this->driver = $this->getCacheDriver(); // Set the cache namespace to our unique key - $this->driver->setNamespace($this->key); + // $this->driver->setNamespace($this->key); } /**