mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/template-engine] Need to call set_template on template.
PHPBB3-9726
This commit is contained in:
parent
60372b43c2
commit
fb8a1d999f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class phpbb_template
|
|||
$fallback_template_path = null;
|
||||
}
|
||||
|
||||
return $this->locator->set_custom_template($template_root, $fallback_template_path);
|
||||
return $this->set_custom_template($template_root, $style_name, $fallback_template_path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue