Fix PHP 7.3 warning
This commit is contained in:
parent
83ac298cd7
commit
868d15c4a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue