aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/template.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-09-01 15:16:21 -0400
committerNils Adermann <naderman@naderman.de>2011-09-29 16:15:54 +0200
commite52022c572c6f1a7cbab7e665e4b738f9e084f7f (patch)
tree5a325145dbac748d841f08ac0dff7e3ceb860a9b /phpBB/includes/template/template.php
parent4d08d769c2c146d0370d7e97b223b1c199412be1 (diff)
downloadforums-e52022c572c6f1a7cbab7e665e4b738f9e084f7f.tar
forums-e52022c572c6f1a7cbab7e665e4b738f9e084f7f.tar.gz
forums-e52022c572c6f1a7cbab7e665e4b738f9e084f7f.tar.bz2
forums-e52022c572c6f1a7cbab7e665e4b738f9e084f7f.tar.xz
forums-e52022c572c6f1a7cbab7e665e4b738f9e084f7f.zip
[feature/extension-manager] Make sure named styles are loaded from root dir
PHPBB3-10323
Diffstat (limited to 'phpBB/includes/template/template.php')
-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 d46032f521..228ea93513 100644
--- a/phpBB/includes/template/template.php
+++ b/phpBB/includes/template/template.php
@@ -133,7 +133,7 @@ class phpbb_template
$templates[$fallback_template_name] = $fallback_template_path;
}
- $this->provider->set_templates($templates);
+ $this->provider->set_templates($templates, $this->phpbb_root_path);
$this->locator->set_paths($this->provider);
$this->locator->set_main_template($this->provider->get_main_template_path());