[Tickets #6048] cannot add ACLs to kolab's default tasklist "Aufgaben" (German)
bugs at horde.org
bugs at horde.org
Tue Dec 25 23:59:55 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6048
-----------------------------------------------------------------------
Ticket | 6048
Created By | m.gabriel at das-netzwerkteam.de
Summary | cannot add ACLs to kolab's default tasklist "Aufgaben" (German)
Queue | Kolab
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
+New Attachment | share.patch
-----------------------------------------------------------------------
m.gabriel at das-netzwerkteam.de (2007-12-25 18:59) wrote:
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;
}
More information about the bugs
mailing list