mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[feature/template-engine] Need to call set_template on template.
PHPBB3-9726
This commit is contained in:
parent
60372b43c2
commit
fb8a1d999f
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user