mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10933] Delete template_path assignment.
template_path is now only present in style resource locator and should not be assigned to. PHPBB3-10933
This commit is contained in:
parent
97e53103c3
commit
6295b014d3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class phpbb_style
|
||||||
|
|
||||||
if ($template_path !== false)
|
if ($template_path !== false)
|
||||||
{
|
{
|
||||||
$this->template->template_path = $this->locator->template_path = $template_path;
|
$this->locator->template_path = $template_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue