This commit is contained in:
James Cole
2017-10-08 06:07:15 +02:00
parent 511d2c8d1e
commit b1b2bb4cc9

View File

@@ -349,7 +349,7 @@ class RuleRepository implements RuleRepositoryInterface
{ {
$order = 1; $order = 1;
foreach ($data['rule-actions'] as $index => $action) { foreach ($data['rule-actions'] as $index => $action) {
$value = $data['rule-action-values'][$index]; $value = $data['rule-action-values'][$index] ?? '';
$stopProcessing = isset($data['rule-action-stop'][$index]) ? true : false; $stopProcessing = isset($data['rule-action-stop'][$index]) ? true : false;
$actionValues = [ $actionValues = [