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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user