| Summary | API: Fix PHP error when given a list of uids to delete |
| Queue | Mnemo |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 10/24/2013 (4396 days ago) |
| Due | |
| Updated | 10/28/2013 (4392 days ago) |
| Assigned | |
| Resolved | 10/28/2013 (4392 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit a5a9141ad5fb614e296b892ad671c70e8352c526
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Oct 24 15:37:05 2013 +0200
API: Fix PHP error when given a list of uids to delete.
Bug #12790When we pass an array of uids to delete,
we should return after processing them.
Fixes this error when using a Kolab backend:
2013-10-23T10:53:27+02:00 WARN: HORDE [mnemo] PHP ERROR:
base64_encode() expects parameter 1 to be string, array given [pid
11460 on line 375 of "/datastore/share/pear/Horde/Url.php"]
Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
mnemo/lib/Api.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a5a9141ad5fb614e296b892ad671c70e8352c526
New Attachment: 0001-API-Fix-PHP-error-when-given-a-list-of-uids-to-delet.patch
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ API: Fix PHP error when given a list of uids to delete
Type ⇒ Bug
State ⇒ Unconfirmed