Set distinct cache directory for voku/simple-cache (#597)

This commit is contained in:
onli 2019-03-18 21:37:56 +01:00
parent 0faf2b9899
commit 92a1106405

View File

@ -1385,7 +1385,7 @@ function serendipity_setupCache() {
\voku\cache\AdapterOpCache::class,
static function () {
global $serendipity;
$cacheDir = $serendipity['serendipityPath'] . '/templates_c';
$cacheDir = $serendipity['serendipityPath'] . '/templates_c/simple_cache';
return $cacheDir;
}