mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +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) )
|
if ( !isset($dtstart_prop) )
|
||||||
$dtstart_prop = $comp->GetProperty('DTSTAMP');
|
$dtstart_prop = $comp->GetProperty('DTSTAMP');
|
||||||
$dtend_prop = $dtstart_prop;
|
$dtend_prop = $dtstart_prop;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception('getComponentRange cannot handle "'.$comp->GetType().'" components', 0);
|
throw new Exception('getComponentRange cannot handle "'.$comp->GetType().'" components', 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user