mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix renamed variable.
This commit is contained in:
@@ -49,7 +49,7 @@ class UpdatedGroupEventHandler
|
|||||||
$this->processRules($event);
|
$this->processRules($event);
|
||||||
$this->recalculateCredit($event);
|
$this->recalculateCredit($event);
|
||||||
$this->triggerWebhooks($event);
|
$this->triggerWebhooks($event);
|
||||||
if ($event->amountChanged) {
|
if ($event->runRecalculations) {
|
||||||
$this->updateRunningBalance($event);
|
$this->updateRunningBalance($event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user