mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 03:20:44 +00:00
fix argument
This commit is contained in:
@@ -82,7 +82,8 @@ class ShowController extends Controller
|
|||||||
|
|
||||||
// get list of accounts. Count it and split it.
|
// get list of accounts. Count it and split it.
|
||||||
$this->repository->resetAccountOrder();
|
$this->repository->resetAccountOrder();
|
||||||
$collection = $this->repository->getAccountsByType($types, $params['sort']);
|
// TODO fix sort.
|
||||||
|
$collection = $this->repository->getAccountsByType($types, null);
|
||||||
$count = $collection->count();
|
$count = $collection->count();
|
||||||
|
|
||||||
// continue sort:
|
// continue sort:
|
||||||
|
Reference in New Issue
Block a user