This commit is contained in:
James Cole 2018-04-27 06:50:41 +02:00
parent a9dd8eb9e7
commit 9a0c0f6d21
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -152,7 +152,7 @@ class UpgradeDatabase extends Command
RuleTrigger::create( RuleTrigger::create(
[ [
'rule_id' => $rule->id, 'rule_id' => $rule->id,
'trigger_type' => 'description_is', 'trigger_type' => 'description_contains',
'trigger_value' => $match, 'trigger_value' => $match,
'active' => 1, 'active' => 1,
'stop_processing' => 0, 'stop_processing' => 0,