mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10374] Remove 'custom template' cache prefix.
PHPBB3-10374
This commit is contained in:
parent
4e8e31c10b
commit
903bc5b78a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class phpbb_template
|
|||
{
|
||||
$this->locator->set_custom_template($template_path, $fallback_template_path);
|
||||
|
||||
$this->cachepath = $this->phpbb_root_path . 'cache/ctpl_' . str_replace('_', '-', $style_name) . '_';
|
||||
$this->cachepath = $this->phpbb_root_path . 'cache/tpl_' . str_replace('_', '-', $style_name) . '_';
|
||||
|
||||
$this->context = new phpbb_template_context();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue