Add missing 'break;' into RRule.php

This commit is contained in:
Milan Crha 2019-06-19 09:20:56 +00:00
parent 75d4db9afb
commit 710bc6cccd

View File

@ -1477,6 +1477,7 @@ function getComponentRange(vComponent $comp, $fallback_tzid = null) {
if ( !isset($dtstart_prop) )
$dtstart_prop = $comp->GetProperty('DTSTAMP');
$dtend_prop = $dtstart_prop;
break;
default:
throw new Exception('getComponentRange cannot handle "'.$comp->GetType().'" components', 0);
}