Summary | Kolab backend: PHP error after clicking on "Change Permissions" |
Queue | Horde Framework Packages |
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/09/2012 (4653 days ago) |
Due | |
Updated | 10/15/2012 (4647 days ago) |
Assigned | |
Resolved | 10/10/2012 (4652 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit baa52ed8ea93a054e63ad0dabf58404b1cfa6c1b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 13:02:08 2012 +0200
Don't even try to get a share by ID if the ID is not passed (
Bug #11481).horde/services/shares/edit.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/baa52ed8ea93a054e63ad0dabf58404b1cfa6c1b
#11492.State ⇒ Resolved
commit baa52ed8ea93a054e63ad0dabf58404b1cfa6c1b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 13:02:08 2012 +0200
Don't even try to get a share by ID if the ID is not passed (
Bug #11481).horde/services/shares/edit.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/baa52ed8ea93a054e63ad0dabf58404b1cfa6c1b
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Kolab backend: PHP error after clicking on "Change Permissions"
Type ⇒ Bug
State ⇒ Unconfirmed
when you go to a Kolab enabled app like mnemo, nag, turba etc.
there's a "Change Permissions" button next to the Kolab share.
If you press the "Change Permissions" button, it will open the ACL editor.
This PHP error message is logged at the same time:
2012-10-09T17:25:25+02:00 ERR: HORDE [horde] Share id 0 is invalid.
[pid 2155 on line 247 of
"/datastore/DEVEL/horde/framework/Share/lib/Horde/Share/Kolab.php"]
Thomas