mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-23 09:07:43 +02:00
[ticket/11832] We must instantiate the $phpbb_filesystem in common
PHPBB3-11832
This commit is contained in:
parent
b06c8a80d1
commit
946ab9aa75
@ -101,6 +101,7 @@ $cache = $phpbb_container->get('cache');
|
||||
|
||||
// Instantiate some basic classes
|
||||
$phpbb_dispatcher = $phpbb_container->get('dispatcher');
|
||||
$phpbb_filesystem = $phpbb_container->get('filesystem');
|
||||
$request = $phpbb_container->get('request');
|
||||
$user = $phpbb_container->get('user');
|
||||
$auth = $phpbb_container->get('auth');
|
||||
|
Loading…
x
Reference in New Issue
Block a user