mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/twig] Working on fixing tests
PHPBB3-11598
This commit is contained in:
@@ -160,7 +160,7 @@ class phpbb_style
|
||||
$this->template->set_style_names($names, $appended_paths);
|
||||
}
|
||||
|
||||
$this->template->cachepath = $this->phpbb_root_path . 'cache/tpl_' . str_replace('_', '-', $name) . '_';
|
||||
//$this->template->cachepath = $this->phpbb_root_path . 'cache/tpl_' . str_replace('_', '-', $name) . '_';
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user