diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/profilefields.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml index 95242fe10c..efc41707df 100644 --- a/phpBB/config/profilefields.yml +++ b/phpBB/config/profilefields.yml @@ -4,11 +4,11 @@ services: arguments: - @auth - @dbal.conn - - @service_container - #- @profilefields.type_collection - @request - @template - @user + calls: + - [set_type_collection, [@profilefields.type_collection]] profilefields.lang_helper: class: \phpbb\profilefields\lang_helper |