mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX Make multiple TemplateManifests not corrupt each other
This commit is contained in:
parent
53128c5d2f
commit
252e6bce28
@ -35,7 +35,7 @@ class SS_TemplateManifest {
|
||||
|
||||
$this->project = $project;
|
||||
|
||||
$this->cacheKey = $this->tests ? 'manifest_tests' : 'manifest';
|
||||
$this->cacheKey = 'manifest_' . sha1($base . $project . ($this->tests ? 'tests' : ''));
|
||||
$this->forceRegen = $forceRegen;
|
||||
|
||||
$this->cache = SS_Cache::factory('SS_TemplateManifest', 'Core', array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user