Skip to content

Commit

Permalink
[jan] Fix notice when re-exporting tasks without priority (Bug #14699).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 26, 2017
1 parent be530a4 commit 0f3486d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nag/docs/CHANGES
Expand Up @@ -18,6 +18,15 @@ v5.0.0-git
[jan] Return ETags with browse() API method.


-------
v4.2.17
-------

[jan] SECURITY: Fix unauthorized access to task exports.
[jan] Fix regression when exporting single tags to iCalendar CATEGORIES.
[jan] Officially support PHP 7.


-------
v4.2.16
-------
Expand Down
1 change: 1 addition & 0 deletions nag/lib/Task.php
Expand Up @@ -1315,6 +1315,7 @@ public function toiCalendar(Horde_Icalendar $calendar)

if (isset($this->priority)) {
$priorityMap = array(
0 => 5,
1 => 1,
2 => 3,
3 => 5,
Expand Down

0 comments on commit 0f3486d

Please sign in to comment.