mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/extension-manager] Correctly reset paths in set_template
PHPBB3-10323
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user