mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Rebased, fixed minor bugs
This commit is contained in:
@@ -38,7 +38,7 @@ class UserSettingRepository extends EntityRepository
|
||||
public function findByFeeds($feeds, $offset_start = null, $how_many = null)
|
||||
{
|
||||
$dql = 'SELECT f FROM Entities\FeedEntry f
|
||||
WHERE f.feed IN (:feeds)';
|
||||
WHERE f.feed IN (:feeds) order by f.updated_on DESC';
|
||||
|
||||
$query = $this->_em->createQuery($dql);
|
||||
$query->setParameter('feeds', $feeds);
|
||||
|
Reference in New Issue
Block a user