mirror of
https://github.com/getgrav/grav.git
synced 2026-06-09 16:31:58 +02:00
Should fix the double-caching issues - hopefully no repercussions!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user