From ed720561f1b8010eb3db43b77b1de1c48426de39 Mon Sep 17 00:00:00 2001 From: Bournwog Date: Thu, 16 Feb 2023 12:04:41 +0300 Subject: [PATCH] Update pdotools.class.php --- core/components/pdotools/model/pdotools/pdotools.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {