[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:
Oleg Pudeyev 2012-06-11 23:50:33 -04:00
parent 97e53103c3
commit 6295b014d3

View file

@ -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;