From bb1452917b20b1f61225fa1b07be389e891a2612 Mon Sep 17 00:00:00 2001 From: "Sekan, Tobias" Date: Fri, 21 Aug 2020 08:33:19 +0200 Subject: [PATCH] fix wrong event percentage --- htdocs/comm/action/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 1af04366651..f75913bb144 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -1065,6 +1065,7 @@ if (count($listofextcals)) if(!empty($userId)) { $event->userassigned[$userId] = $userId; + $event->percentage = -1; } else {