mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fix #911
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user