mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02: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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user