From 570acb7ccc01e8d19afb642e7ff373bb7b97cabd Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Thu, 26 Jun 2014 16:44:40 +0530 Subject: [PATCH] [ticket/12772] Remove config_text parameter from message.form.topic Broke Email topic since the topic_form class doesn't require this to be passed PHPBB3-12772 --- phpBB/config/services.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 3743daa075..72eeae9b15 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -255,7 +255,6 @@ services: arguments: - @auth - @config - - @config_text - @dbal.conn - @user - %core.root_path%