Fix recurrence text when there are exceptions defined
This commit is contained in:
parent
2734ffc217
commit
a86a5ce527
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ class libcalendaring extends rcube_plugin
|
|||
$more = true;
|
||||
}
|
||||
|
||||
$output = '; ' . $this->gettext('except') . ' ' . join(', ', $exdates)
|
||||
$output .= '; ' . $this->gettext('except') . ' ' . join(', ', $exdates)
|
||||
. ($more ? '...' : '');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue