mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/12100] Re-order arguments in template environment constructor
PHPBB3-12100
This commit is contained in:
@@ -94,8 +94,8 @@ class twig extends \phpbb\template\base
|
||||
|
||||
$this->twig = new \phpbb\template\twig\environment(
|
||||
$this->config,
|
||||
$this->extension_manager,
|
||||
$this->path_helper,
|
||||
$this->extension_manager,
|
||||
$loader,
|
||||
array(
|
||||
'cache' => (defined('IN_INSTALL')) ? false : $this->cachepath,
|
||||
|
Reference in New Issue
Block a user