6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/7/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7702] Undefined property: SyncML_Command_Status::$_Data
*
Your Email Address
*
Spam protection
Enter the letters below:
. . ..__.. ..___ | |\/|| ||__|[__ |___| ||__|| ||
Comment
> Should be fixed by this one (_Data is really not defined but _Status > is most likely meant) > > > > --- lib/SyncML/Command/Status.php.orig 2009-04-30 19:34:28.000000000 +0200 > > +++ lib/SyncML/Command/Status.php.neu 2009-08-26 12:00:24.000000000 +0200 > > @@ -140,7 +140,7 @@ > > * wasn't found on the client. Try an Add > > * instead. */ > > if ($this->_Cmd == 'Replace' && > > - $this->_Data == RESPONSE_NOT_FOUND) { > > + $this->_Status == RESPONSE_NOT_FOUND) { > > $sync->setServerChange('add', > $id[0], $id[1]); > > } > > if (isset($this->_SourceRef) || > isset($this->_TargetRef)) {
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