aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-10 23:00:37 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-10 23:00:37 +0100
commitc6658396362f56e1f6605b032bbb7d12275e4749 (patch)
tree6e9eeaac298c3d622da97e288b2f097f4b37318c /phpBB/config
parent2471b19d73c38359ed70a7c9e3a82a297946c5b8 (diff)
downloadforums-c6658396362f56e1f6605b032bbb7d12275e4749.tar
forums-c6658396362f56e1f6605b032bbb7d12275e4749.tar.gz
forums-c6658396362f56e1f6605b032bbb7d12275e4749.tar.bz2
forums-c6658396362f56e1f6605b032bbb7d12275e4749.tar.xz
forums-c6658396362f56e1f6605b032bbb7d12275e4749.zip
[ticket/11201] Remove global use from admin class
PHPBB3-11201
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/profilefields.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml
index 3b9b1a60a0..4fac8bed9b 100644
--- a/phpBB/config/profilefields.yml
+++ b/phpBB/config/profilefields.yml
@@ -12,6 +12,7 @@ services:
class: \phpbb\profilefields\admin
arguments:
- @auth
+ - @config
- @dbal.conn
- @request
- @template