From 8e86e56120279a0522b2b05e627edde1b8a11d80 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Jan 2014 15:34:17 +0100 Subject: [ticket/11201] Add database column type to type class PHPBB3-11201 --- phpBB/config/profilefields.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/config') 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 -- cgit v1.2.1