mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/template-engine] Need to call set_template on template.
PHPBB3-9726
This commit is contained in:
@@ -106,7 +106,7 @@ class phpbb_template
|
||||
$fallback_template_path = null;
|
||||
}
|
||||
|
||||
return $this->locator->set_custom_template($template_root, $fallback_template_path);
|
||||
return $this->set_custom_template($template_root, $style_name, $fallback_template_path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user