Minor: cast to bool value from migration

pull/5126/head
Angel Fernando Quiroz Campos 2 years ago
parent c5684dd05d
commit aa476d7ae2
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20230904173400.php

@ -72,7 +72,7 @@ class Version20230904173400 extends AbstractMigrationChamilo
$em->persist($calendarEvent);
if ($collectiveInvitationsEnabled) {
$calendarEvent->setCollective($personalAgenda['collective']);
$calendarEvent->setCollective((bool) $personalAgenda['collective']);
$hasSubscriptions = false;
$invitationsOrSubscriptionsInfo = [];

Loading…
Cancel
Save