This commit is contained in:
James Cole 2019-09-07 21:02:34 +02:00
parent 5fcb5fdaa5
commit 5ff0ca81b7
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -328,7 +328,7 @@ class Processor
}
}
if ($trigger->stopProcessing) {
Log::debug('Stop processing this trigger and break.');
Log::debug('Stop processing this rule and break off all triggers.');
break;
}
}