Skip to content

Commit 008f847

Browse files
committed
Merge branch '2.1'
2 parents 4cb4af5 + 95f5470 commit 008f847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/migrateto21.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
$vobj = \Sabre\VObject\Reader::read($row['calendardata']);
123123
} catch (\Exception $e) {
124124
echo "Warning! Item with id $row[id] could not be parsed!\n";
125-
goto yoyo;
125+
continue;
126126
}
127127
$uid = null;
128128
$item = $vobj->getBaseComponent();

0 commit comments

Comments
 (0)