forked from wallabag/wallabag
Removed outputWalkers for RSS and API
This commit is contained in:
committed by
Jeremy Benoist
parent
9deac0c597
commit
5a5da36955
@ -171,7 +171,7 @@ class EntryRepository extends EntityRepository
|
||||
$qb->orderBy('e.updatedAt', $order);
|
||||
}
|
||||
|
||||
$pagerAdapter = new DoctrineORMAdapter($qb);
|
||||
$pagerAdapter = new DoctrineORMAdapter($qb, true, false);
|
||||
|
||||
return new Pagerfanta($pagerAdapter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user