mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[feature/extension-manager] Correctly reset paths in set_template
PHPBB3-10323
This commit is contained in:
parent
e52022c572
commit
024a5e710e
@ -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…
x
Reference in New Issue
Block a user