mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +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.
 | ||||
|         $this->repository->resetAccountOrder(); | ||||
|         $collection  = $this->repository->getAccountsByType($types, $params['sort']); | ||||
|         // TODO fix sort.
 | ||||
|         $collection  = $this->repository->getAccountsByType($types, null); | ||||
|         $count       = $collection->count(); | ||||
| 
 | ||||
|         // continue sort:
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user