aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-08-31 17:52:06 -0400
committerNils Adermann <naderman@naderman.de>2011-09-29 16:15:53 +0200
commit703fcae382e0170b0752bdbdc71bd5fd8a051847 (patch)
tree9767fbc16032ecfb1cbcaa450fdde59529eb17b0 /phpBB
parent520a5f92953d350880355dbe46217d2b41edd2bd (diff)
downloadforums-703fcae382e0170b0752bdbdc71bd5fd8a051847.tar
forums-703fcae382e0170b0752bdbdc71bd5fd8a051847.tar.gz
forums-703fcae382e0170b0752bdbdc71bd5fd8a051847.tar.bz2
forums-703fcae382e0170b0752bdbdc71bd5fd8a051847.tar.xz
forums-703fcae382e0170b0752bdbdc71bd5fd8a051847.zip
[feature/extension-manager] Reset all template paths after a set_templates call
PHPBB3-10323
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/template/extension_path_provider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template/extension_path_provider.php b/phpBB/includes/template/extension_path_provider.php
index 0cef590baa..67f0dd48c1 100644
--- a/phpBB/includes/template/extension_path_provider.php
+++ b/phpBB/includes/template/extension_path_provider.php
@@ -96,6 +96,7 @@ class phpbb_template_extension_path_provider extends phpbb_extension_provider im
public function set_templates(array $templates)
{
$this->base_paths->set_templates($templates);
+ $this->items = null;
}
/**