Summary | Kolab backend: Creation of task gives PHP warning |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/29/2012 (4581 days ago) |
Due | |
Updated | 01/24/2013 (4494 days ago) |
Assigned | 11/12/2012 (4567 days ago) |
Resolved | 01/24/2013 (4494 days ago) |
Milestone | |
Patch | Yes |
commit 5dd073a663390a5bba56b61862689035b1bd9b82
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Dec 3 15:32:47 2012 +0100
Fix cosmetic warnings when using the Kolab backend (
Bug #11584)Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Jan Schneider <jan@horde.org>
nag/lib/Driver/Kolab.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5dd073a663390a5bba56b61862689035b1bd9b82
New Attachment: 0001-Fix-cosmetic-warnings-when-using-the-Kolab-backend-B.patch
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Creation of task gives PHP warning
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when you create a new task with the Kolab backend, these warnings are logged:
2012-10-29T12:24:23+01:00 WARN: HORDE [nag] PHP ERROR: array_diff()
[<a href='function.array-diff'>function.array-diff</a>]: Argument
#1is not an array [pid 17934 on line 774 of
"/datastore/DEVEL/horde/nag/lib/Task.php"]
2012-10-29T12:24:23+01:00 WARN: HORDE [nag] PHP ERROR: Invalid
argument supplied for foreach() [pid 17934 on line 55 of
"/datastore/DEVEL/horde/nag/templates/list/_task.html.php"]
Cheers,
Thomas