mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/extension-manager] Reset all template paths after a set_templates call
PHPBB3-10323
This commit is contained in:
@@ -96,6 +96,7 @@ class phpbb_template_extension_path_provider extends phpbb_extension_provider im
|
|||||||
public function set_templates(array $templates)
|
public function set_templates(array $templates)
|
||||||
{
|
{
|
||||||
$this->base_paths->set_templates($templates);
|
$this->base_paths->set_templates($templates);
|
||||||
|
$this->items = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user