aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-15 15:34:17 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-15 16:36:50 +0100
commit8e86e56120279a0522b2b05e627edde1b8a11d80 (patch)
tree71e3f74361bde30e4b33177756ba7c36035bc7d3 /phpBB/config
parent1dbc2d621861249a40633012fe33af02c097e69b (diff)
downloadforums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.gz
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.bz2
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.xz
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.zip
[ticket/11201] Add database column type to type class
PHPBB3-11201
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/profilefields.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml
index efc41707df..5aa30ac87a 100644
--- a/phpBB/config/profilefields.yml
+++ b/phpBB/config/profilefields.yml
@@ -26,6 +26,7 @@ services:
class: \phpbb\profilefields\type\type_bool
arguments:
- @profilefields.lang_helper
+ - @profilefields
- @request
- @template
- @user
@@ -46,6 +47,7 @@ services:
class: \phpbb\profilefields\type\type_dropdown
arguments:
- @profilefields.lang_helper
+ - @profilefields
- @request
- @template
- @user