1
0
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:
Matt Friedman
2014-01-27 20:38:15 -08:00
parent 75c54f7f5e
commit d3ce584dc7
2 changed files with 8 additions and 7 deletions

View File

@@ -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,