1
0
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:
Oleg Pudeyev
2011-08-09 23:33:47 -04:00
parent 60372b43c2
commit fb8a1d999f

View File

@@ -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);
}
/**