mirror of
https://github.com/getgrav/grav.git
synced 2026-02-17 20:18:00 +01: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