diff --git a/sources/AppBundle/Event/Model/Repository/TalkRepository.php b/sources/AppBundle/Event/Model/Repository/TalkRepository.php index 3a4a6aea3..4a4627697 100644 --- a/sources/AppBundle/Event/Model/Repository/TalkRepository.php +++ b/sources/AppBundle/Event/Model/Repository/TalkRepository.php @@ -332,7 +332,7 @@ public function getByEventWithSpeakersAndVotes(Event $event, string $search = '' $params["search"] = "%{$search}%"; } if ($planned) { - $where .= ' AND talk.plannifie = 1 AND (talk.date_publication < NOW() OR talk.date_publication IS NULL)'; + $where .= ' AND talk.plannifie = 1'; } if ($needMentoring) { $where .= ' AND talk.needs_mentoring = 1';