diff --git a/core/components/pdotools/model/pdotools/pdotools.class.php b/core/components/pdotools/model/pdotools/pdotools.class.php index b15f7f60..bfa253f7 100644 --- a/core/components/pdotools/model/pdotools/pdotools.class.php +++ b/core/components/pdotools/model/pdotools/pdotools.class.php @@ -70,7 +70,7 @@ public function setConfig(array $config = array(), $clean_timings = true) 'scheme' => '', 'fenomSyntax' => $this->modx->getOption('pdotools_fenom_syntax', null, '#\{(\$|\/|\w+(\s|\(|\|)|\(|\')#', true), 'elementsPath' => $this->modx->getOption('pdotools_elements_path', null, '{core_path}elements/', true), - 'cachePath' => '{core_path}cache/default/pdotools', + 'cachePath' => $this->modx->getOption('pdotools_cache_path', null, '{core_path}cache/default/pdotools', true), ), $config); if ($clean_timings) {