aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}
/**