Przeglądaj źródła

Merge branch 'develop'

master
Guillaume 4 lat temu
rodzic
commit
e7b3a086d1
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php Wyświetl plik

@@ -24,6 +24,8 @@ class NewsRepository extends BaseRepository implements DefaultRepositoryInterfac
$result = $this->findByMerchantQuery()
->orderBy('e.date', 'DESC') ;

$result->andWhere('e.status = 1') ;

if($maxResults) {
$result->setMaxResults($maxResults) ;
}

Ładowanie…
Anuluj
Zapisz