Skip to content

Commit

Permalink
Calendar: fix default entity activation that should only be activated…
Browse files Browse the repository at this point in the history
… if the option is activated
  • Loading branch information
NicoDucou committed May 11, 2023
1 parent 14ed1dd commit 992e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chamilo/CoreBundle/Entity/AgendaEventInvitation.php
Expand Up @@ -13,7 +13,7 @@
/**
* @ORM\Table(name="agenda_event_invitation")
* 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({
Expand Down

0 comments on commit 992e8a3

Please sign in to comment.