diff --git a/inc/RRule.php b/inc/RRule.php index 0d8cfa42..a28ebf73 100644 --- a/inc/RRule.php +++ b/inc/RRule.php @@ -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); }