mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 09:57:41 +01:00
Add missing parameters
Parameters weren’t passed to the sub function.
This commit is contained in:
parent
495f83c925
commit
17476f4d8d
@ -450,7 +450,7 @@ class EntryRepository extends EntityRepository
|
||||
*/
|
||||
private function getSortedQueryBuilderByUser($userId, $sortBy = 'createdAt', $direction = 'desc')
|
||||
{
|
||||
return $this->sortQueryBuilder($this->getQueryBuilderByUser($userId));
|
||||
return $this->sortQueryBuilder($this->getQueryBuilderByUser($userId), $sortBy, $direction);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user