This commit is contained in:
Frédéric France 2025-01-26 11:33:15 +01:00
parent 456811c97b
commit 1e43b2f836
No known key found for this signature in database
GPG Key ID: CE25B0B7B53B9177

View File

@ -1348,7 +1348,9 @@ if (count($listofextcals)) {
$userstatic = new User($db);
$userId = $userstatic->findUserIdByEmail($namecal);
if (!empty($userId) && $userId > 0) {
$event->userassigned[$userId] = $userId;
$event->userassigned[$userId] = [
'id' => $userId,
];
$event->percentage = -1;
}