diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index a7e708d492..a44d2e1aed 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -364,3 +364,5 @@ services: viewonline_helper: class: phpbb\viewonline_helper + arguments: + - @filesystem |