mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'github-cs278/ticket/10374' into develop
* github-cs278/ticket/10374: [ticket/10374] Remove 'custom template' cache prefix.
This commit is contained in:
commit
207f249521
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->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();
|
$this->context = new phpbb_template_context();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue