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:
Nils Adermann 2011-09-21 00:41:17 +02:00
commit 207f249521

View file

@ -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();