fix argument

This commit is contained in:
Sander Dorigo
2025-09-01 13:38:32 +02:00
parent 6523596415
commit 6352d26633

View File

@@ -82,7 +82,8 @@ class ShowController extends Controller
// get list of accounts. Count it and split it.
$this->repository->resetAccountOrder();
$collection = $this->repository->getAccountsByType($types, $params['sort']);
// TODO fix sort.
$collection = $this->repository->getAccountsByType($types, null);
$count = $collection->count();
// continue sort: