Skip to content

Commit

Permalink
[jan] Fix updating and deleting events from external CalDAV servers (…
Browse files Browse the repository at this point in the history
…martin1@k0k.net, Bug #14021).
  • Loading branch information
yunosh committed Aug 25, 2017
1 parent 2c6c069 commit 04df881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kronolith/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v4.2.23-git
-----------

[jan] Fix updating and deleting events from external CalDAV servers
(martin1@k0k.net, Bug #14021).
[jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).


Expand Down
2 changes: 1 addition & 1 deletion kronolith/lib/Driver/Ical.php
Expand Up @@ -429,7 +429,7 @@ public function getEvent($eventId = null)
}
$results = array();
$this->_processComponents($results, $ical, null, null, false,
false, false, $eventId);
false, false, false, $eventId);
$event = reset(reset($results));
if (!$event) {
throw new Horde_Exception_NotFound(_("Event not found"));
Expand Down
2 changes: 2 additions & 0 deletions kronolith/package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix updating and deleting events from external CalDAV servers (martin1@k0k.net, Bug #14021).
* [jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).
</notes>
<contents>
Expand Down Expand Up @@ -2803,6 +2804,7 @@
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix updating and deleting events from external CalDAV servers (martin1@k0k.net, Bug #14021).
* [jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).
</notes>
</release>
Expand Down

0 comments on commit 04df881

Please sign in to comment.