Remove trailing ; from RRULE in iCal blocks (#881)
This commit is contained in:
parent
c20a07f314
commit
c5f31be095
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ class calendar extends rcube_plugin
|
|||
$rrule .= $k . '=' . $val . ';';
|
||||
}
|
||||
|
||||
return $rrule;
|
||||
return rtrim($rrule, ';');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue