From fb8a1d999f95eddbd22c5d1e89acdb923caa4bef Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 9 Aug 2011 23:33:47 -0400 Subject: [PATCH] [feature/template-engine] Need to call set_template on template. PHPBB3-9726 --- phpBB/includes/template/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index 0409b66da6..4bca813971 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -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); } /**