aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-30 18:44:02 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-30 18:44:02 -0500
commit1440517b78e51aa00c36dbc4f09c2df2efafe6d3 (patch)
tree70b295a531a1c0adfebc2ef6f6b7a0d2e16196ca /phpBB/common.php
parent85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e (diff)
downloadforums-1440517b78e51aa00c36dbc4f09c2df2efafe6d3.tar
forums-1440517b78e51aa00c36dbc4f09c2df2efafe6d3.tar.gz
forums-1440517b78e51aa00c36dbc4f09c2df2efafe6d3.tar.bz2
forums-1440517b78e51aa00c36dbc4f09c2df2efafe6d3.tar.xz
forums-1440517b78e51aa00c36dbc4f09c2df2efafe6d3.zip
[ticket/11850] Need symfony request and filesystem setup globally for session
PHPBB3-11850
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 6bb3509ea1..b1da2215fb 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -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