Don't clean incident message. Part of #2236

This commit is contained in:
James Brooks
2016-11-14 18:22:10 +00:00
parent 93bf23671d
commit bb56f28b89
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ class IncidentController extends Controller
$incident = dispatch(new ReportIncidentCommand(
Binput::get('name'),
Binput::get('status'),
Binput::get('message'),
Binput::get('message', null, false, false),
Binput::get('visible', true),
Binput::get('component_id'),
Binput::get('component_status'),