1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12100] Ensure enabled extensions are fresh in Twig environment

PHPBB3-12100
This commit is contained in:
Matt Friedman
2014-01-27 18:51:39 -08:00
parent 5553f33f3d
commit 75c54f7f5e
2 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ class twig extends \phpbb\template\base
$this->twig = new \phpbb\template\twig\environment(
$this->config,
($this->extension_manager) ? $this->extension_manager->all_enabled() : array(),
$this->extension_manager,
$this->path_helper,
$loader,
array(