Skip to content

Commit 3ccceb7

Browse files
authored
cache path slash overlap problem fix
default cache path slash overlap problem fix
1 parent 35fe487 commit 3ccceb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct($params = [])
4545
// default config
4646
$this->config = [
4747
'paths' => [VIEWPATH],
48-
'cache' => APPPATH . '/cache/twig',
48+
'cache' => APPPATH . 'cache/twig',
4949
];
5050

5151
$this->config = array_merge($this->config, $params);

0 commit comments

Comments
 (0)