Add missing silent paramater, and cast status to Int before comparing

This commit is contained in:
Tim Davies
2017-03-01 22:02:33 +00:00
parent be9d8d6e0c
commit 3e77b6d1d1
2 changed files with 4 additions and 3 deletions
@@ -97,7 +97,8 @@ class UpdateIncidentCommandHandler
null,
null,
null,
null
null,
false
));
}