Selaa lähdekoodia

... erreur bête

garthh 3 viikkoa sitten
vanhempi
sitoutus
57e88a032a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Repository/EventRepository.php

+ 1 - 1
src/Repository/EventRepository.php

@@ -57,7 +57,7 @@ class EventRepository extends ServiceEntityRepository
          $qb = $this->createQueryBuilder('e')
              ->where('e.published != :published')
              ->andWhere('e.endOn > :dateNow')
-             ->setParameter('published', false)
+             ->setParameter('published', true)
              ->setParameter('dateNow', $dateNow)
               ;