1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13904] Remove phpbb_root_path global from filespec class

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-06-02 15:46:41 +02:00
parent 52652ca182
commit b871dbcf1f
5 changed files with 22 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ services:
arguments:
- @filesystem
- @language
- %core.root_path%
- @mimetype.guesser
- @plupload
@@ -24,3 +25,4 @@ services:
- @files.factory
- @language
- @request
- %core.root_path%