mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Fix the case of a variable
This commit is contained in:
parent
cf0e2774f6
commit
dcd240785d
@ -156,7 +156,7 @@ if ( $qry->Exec() && $qry->rows() ) {
|
||||
$last = $first;
|
||||
}
|
||||
}
|
||||
if ( $args->set_last && !isset($last) && (!isset($next) || $next < $expand_range_Start) ) {
|
||||
if ( $args->set_last && !isset($last) && (!isset($next) || $next < $expand_range_start) ) {
|
||||
$vc = new vCalendar( $alarm->caldav_data );
|
||||
$range = getVCalendarRange($vc);
|
||||
if ( isset($range->until) && $range->until < $earliest ) $last = $range->until;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user