Skip to content

Commit

Permalink
[jan] Fix unprocessed placeholder when show recurring event's end dat…
Browse files Browse the repository at this point in the history
…es (Bug #14768).
  • Loading branch information
yunosh committed Jan 22, 2018
1 parent a7b4e30 commit 16400fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.yml
Expand Up @@ -72,6 +72,7 @@
identifier: GPL-2.0
uri: http://www.horde.org/licenses/gpl
notes: |
[jan] Fix unprocessed placeholder when show recurring event's end dates (Bug #14768).
[jan] Fix retrieving one of multiple public PGP keys (mh <mh@immerda.ch>).
[jan] Fix generating PDF thumbnails with imagick extension 3.3.0+ (arjen+horde@de-korte.org, Bug #14697).
6.2.21:
Expand Down
2 changes: 1 addition & 1 deletion lib/Mime/Viewer/Itip.php
Expand Up @@ -472,7 +472,7 @@ protected function _vEvent($vevent, $id, $method = 'PUBLISH', $components = arra
}
} catch (Horde_ICalendar_Exception $e) {}

$view->recurrence = $recurrence->toString($prefs->getValue('date_format'));
$view->recurrence = $recurrence->toString($prefs->getValue('date_format'), $prefs->getValue('time_format'));
$view->exceptions = array();
foreach ($components as $key => $component) {
try {
Expand Down

0 comments on commit 16400fd

Please sign in to comment.