[Tickets #6034] Re: users' kolab addressbook entries not editable
bugs at horde.org
bugs at horde.org
Wed Dec 26 03:25:14 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6034
-----------------------------------------------------------------------
Ticket | 6034
Updated By | Chuck Hagenbuch <chuck at horde.org>
Summary | users' kolab addressbook entries not editable
Queue | Kolab
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 3. High
Owners |
-----------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2007-12-25 22:25) wrote:
> looking closely at the Turba_Driver::getSource() method in
> turba/lib/Object.php:
>
> <quoting>
> function getSource() {
> return $this->driver->getName()
> }
> </quoting>
>
> this should call the Turba_Driver::getName() method in
> turba/lib/Driver.php, which then - in a proper object oriented
> environment - should return
>
> function getName() {
> return $this->driver->name;
> }
>
> but it does not... or it does, but we have two different values for
> the same expression ($this->driver->name).
I'm going to need to see some other info about what object is what for
this patch to make sense. What PHP version are you running? Have you tried
using debug_backtrace() and var_dump() on the objects involved to see why
the $name property seems to differ?
More information about the bugs
mailing list