mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-07 02:23:35 +00:00
Add missing 'break;' into RRule.php
This commit is contained in:
parent
75d4db9afb
commit
710bc6cccd
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user