This commit is contained in:
James Cole 2017-10-08 06:07:15 +02:00
parent 511d2c8d1e
commit b1b2bb4cc9
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -349,7 +349,7 @@ class RuleRepository implements RuleRepositoryInterface
{
$order = 1;
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;
$actionValues = [