mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Whoops
This commit is contained in:
@@ -395,7 +395,7 @@ class TransactionUpdateRequest extends Request
|
|||||||
* @var int $index
|
* @var int $index
|
||||||
* @var array $transaction
|
* @var array $transaction
|
||||||
*/
|
*/
|
||||||
foreach ($this->get('transactions') $transaction) {
|
foreach ($this->get('transactions') as $transaction) {
|
||||||
// default response is to update nothing in the transaction:
|
// default response is to update nothing in the transaction:
|
||||||
$current = [];
|
$current = [];
|
||||||
$current = $this->getIntegerData($current, $transaction);
|
$current = $this->getIntegerData($current, $transaction);
|
||||||
|
Reference in New Issue
Block a user