[feature/extension-manager] Reset all template paths after a set_templates call

PHPBB3-10323
This commit is contained in:
Nils Adermann 2011-08-31 17:52:06 -04:00
parent 520a5f9295
commit 703fcae382

View file

@ -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;
}
/**