mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/14990] Move dispatcher object to the front of the options array
PHPBB3-14990
This commit is contained in:
@@ -114,6 +114,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_test_case
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
Reference in New Issue
Block a user