Skip to content

Commit f288405

Browse files
committed
Compatible with Redmine 3.4
1 parent bfc73c4 commit f288405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/custom_message_settings_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def set_custom_message_setting
4040
end
4141

4242
def custom_message_setting_params
43-
params.fetch(:settings, {}).permit(:custom_messages_yaml, custom_messages: {})
43+
params.fetch(:settings, {})
4444
end
4545

4646
def set_lang

0 commit comments

Comments
 (0)