mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[feature/extension-manager] Reset all template paths after a set_templates call
PHPBB3-10323
This commit is contained in:
parent
520a5f9295
commit
703fcae382
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class phpbb_template_extension_path_provider extends phpbb_extension_provider im
|
|||
public function set_templates(array $templates)
|
||||
{
|
||||
$this->base_paths->set_templates($templates);
|
||||
$this->items = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue