mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #911
This commit is contained in:
parent
511d2c8d1e
commit
b1b2bb4cc9
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user