Fix recurrence text when there are exceptions defined

This commit is contained in:
Aleksander Machniak 2018-11-22 15:19:34 +00:00
parent 2734ffc217
commit a86a5ce527

View file

@ -835,7 +835,7 @@ class libcalendaring extends rcube_plugin
$more = true;
}
$output = '; ' . $this->gettext('except') . ' ' . join(', ', $exdates)
$output .= '; ' . $this->gettext('except') . ' ' . join(', ', $exdates)
. ($more ? '...' : '');
}