1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/11850] Need symfony request and filesystem setup globally for session

PHPBB3-11850
This commit is contained in:
Nathan Guse
2013-09-30 18:44:02 -05:00
parent 85ae55ca2d
commit 1440517b78
2 changed files with 4 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ set_config(null, null, null, $config);
set_config_count(null, null, null, $config);
$phpbb_log = $phpbb_container->get('log');
$symfony_request = $phpbb_container->get('symfony_request');
$phpbb_filesystem = $phpbb_container->get('filesystem');
$phpbb_path_helper = $phpbb_container->get('path_helper');
// load extensions