mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/extension-manager] Correctly reset paths in set_template
PHPBB3-10323
This commit is contained in:
parent
e52022c572
commit
024a5e710e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class phpbb_template_path_provider implements IteratorAggregate, phpbb_template_
|
|||
*/
|
||||
public function set_templates(array $templates, $style_root_path)
|
||||
{
|
||||
$this->paths;
|
||||
$this->paths = array();
|
||||
|
||||
foreach ($templates as $name => $path)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue