mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 03:08:09 +00:00
Some cleaning up. About to release 3.2.1
This commit is contained in:
@@ -48,7 +48,7 @@ class HomeController extends BaseController
|
||||
|
||||
$transactions = [];
|
||||
foreach ($accounts as $account) {
|
||||
$set = $jrnls->getInDateRangeAccount($account, 10, $start, $end);
|
||||
$set = $jrnls->getInDateRangeAccount($account, $start, $end, 10);
|
||||
if (count($set) > 0) {
|
||||
$transactions[] = [$set, $account];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user