From 868d15c4a23fd329caa87b909a31cd1318e03585 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 13 Dec 2018 13:48:47 +0100 Subject: [PATCH] Fix PHP 7.3 warning --- plugins/libcalendaring/libvcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php index 0a33798a..5b78a77c 100644 --- a/plugins/libcalendaring/libvcalendar.php +++ b/plugins/libcalendaring/libvcalendar.php @@ -763,7 +763,7 @@ class libvcalendar implements Iterator // skip dupes if ($seen[$value.':'.$fbtype]++) - continue; + break; foreach ($periods as $period) { // Every period is formatted as [start]/[end]. The start is an