[Tickets #7702] Re: Undefined property: SyncML_Command_Status::$_Data

bugs at horde.org bugs at horde.org
Wed Aug 26 07:42:33 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7702
------------------------------------------------------------------------------
  Ticket             | 7702
  Updated By         | lst_hoe02 at kwsoft.de
  Summary            | Undefined property: SyncML_Command_Status::$_Data
  Queue              | SyncML
  Type               | Bug
  State              | Assigned
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


lst_hoe02 at kwsoft.de (2009-08-26 07:42) wrote:

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)) {







More information about the bugs mailing list