aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-08-09 23:33:47 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-08-09 23:33:47 -0400
commitfb8a1d999f95eddbd22c5d1e89acdb923caa4bef (patch)
tree3aa763ae793b05522f4976121e59bb4bc7f36fd4
parent60372b43c2995ec82051c235587ddfff2501f620 (diff)
downloadforums-fb8a1d999f95eddbd22c5d1e89acdb923caa4bef.tar
forums-fb8a1d999f95eddbd22c5d1e89acdb923caa4bef.tar.gz
forums-fb8a1d999f95eddbd22c5d1e89acdb923caa4bef.tar.bz2
forums-fb8a1d999f95eddbd22c5d1e89acdb923caa4bef.tar.xz
forums-fb8a1d999f95eddbd22c5d1e89acdb923caa4bef.zip
[feature/template-engine] Need to call set_template on template.
PHPBB3-9726
-rw-r--r--phpBB/includes/template/template.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**