Fix invalid function call
This commit is contained in:
parent
27c60d5004
commit
93fc135e9c
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ class libcalendaring extends rcube_plugin
|
|||
function($dt) use ($format) { return format_date($dt, $format); },
|
||||
array_slice($rrule['EXDATE'], 0, 10)
|
||||
);
|
||||
$except = '; ' . $this->gettext('except') . ' ' . join(', ');
|
||||
$except = '; ' . $this->gettext('except') . ' ' . join(', ', $exdates);
|
||||
}
|
||||
|
||||
return rtrim($freq . $details . ', ' . $until . $except);
|
||||
|
|
Loading…
Add table
Reference in a new issue