|
|
|
|
@ -1619,8 +1619,9 @@ class Agenda |
|
|
|
|
$startCondition = ''; |
|
|
|
|
$endCondition = ''; |
|
|
|
|
|
|
|
|
|
$em = Database::getManager(); |
|
|
|
|
$agendaCollectiveInvitations = api_get_configuration_value('agenda_collective_invitations'); |
|
|
|
|
$em = Database::getManager(); |
|
|
|
|
$agendaCollectiveInvitations = api_get_configuration_value('agenda_collective_invitations'); |
|
|
|
|
$inviteeRepo = null; |
|
|
|
|
if ($agendaCollectiveInvitations) { |
|
|
|
|
$inviteeRepo = $em->getRepository('ChamiloCoreBundle:AgendaEventInvitee'); |
|
|
|
|
} |
|
|
|
|
|