From a38ef0d1853e384924d60aa643eaaf204017f105 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Thu, 11 May 2023 11:17:21 +0200 Subject: [PATCH] Calendar: fix default entity activation that should only be activated if the option is activated --- src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php b/src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php index cb136eb45c..571db0aa02 100644 --- a/src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php +++ b/src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php @@ -11,7 +11,7 @@ use Doctrine\ORM\Mapping as ORM; /** * @ORM\Table(name="agenda_event_invitee") * Add @ to the next lineactivating the agenda_collective_invitations configuration setting. - * @ORM\Entity() + * ORM\Entity() * @ORM\InheritanceType("SINGLE_TABLE") * @ORM\DiscriminatorColumn(name="type", type="string") * @ORM\DiscriminatorMap({