6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6034] users' kolab addressbook entries not editable
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..___ __ \ /.__ | [__ / ` >< | \ | | \__./ \|__/
Comment
>> 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?
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