6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6048] cannot add ACLs to kolab's default tasklist "Aufgaben" (German)
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__..__ .__ .___. \ /[__][__)[__) | \/ | || | |
Comment
> i am using kolab-2.1 and horde-webmail-1.1rc1 > > > > i cannot add ACLs to kolab's default tasklist "Aufgaben" (German), > the php error says: > > > > Fatal error: Call to a member function get() on a non-object in > /usr/local/share/_horde-versions_/horde-webmail-1.1-rc1-netzwerkteam/services/shares/edit.php on line > 67 > > > > i have tracked the issue down to lib/Horde/Share.php and with kolab > my fix now works fine, not sure about other backends... > > > > diff -ur horde-webmail-1.1-rc1/lib/Horde/Share.php > horde-webmail-1.1-rc1-netzwerkteam/lib/Horde/Share.php > > --- horde-webmail-1.1-rc1/lib/Horde/Share.php 2007-11-29 > 12:32:53.000000000 +0000 > > +++ horde-webmail-1.1-rc1-netzwerkteam/lib/Horde/Share.php > 2007-12-25 23:57:02.000000000 +0000 > > @@ -212,7 +212,7 @@ > > } > > $share->setShareOb($this); > > $name = $share->getName(); > > - $this->_cache[$name] = &$share; > > + $this->_cache[$name] = $share; > > $this->_shareMap[$cid] = $name; > > } > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers