mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/14990] Move dispatcher object to the front of the options array
PHPBB3-14990
This commit is contained in:
@@ -672,8 +672,8 @@ class messenger
|
||||
new \phpbb\template\twig\loader(
|
||||
$phpbb_container->get('filesystem')
|
||||
),
|
||||
array(),
|
||||
$phpbb_dispatcher
|
||||
$phpbb_dispatcher,
|
||||
array()
|
||||
);
|
||||
$template_environment->setLexer($phpbb_container->get('template.twig.lexer'));
|
||||
|
||||
|
Reference in New Issue
Block a user