[Tickets #8527] Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605
bugs at horde.org
bugs at horde.org
Wed Aug 26 05:44:27 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8527
------------------------------------------------------------------------------
Ticket | 8527
Created By | lst_hoe02 at kwsoft.de
Summary | Undefined variable: r in
| /var/www/horde/lib/SyncML/Sync.php on line 605
Queue | SyncML
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
lst_hoe02 at kwsoft.de (2009-08-26 05:44) wrote:
A typo i guess :
--- lib/SyncML/Sync.php.orig 2009-04-30 19:34:28.000000000 +0200
+++ lib/SyncML/Sync.php.neu 2009-08-26 11:34:00.000000000 +0200
@@ -602,7 +602,7 @@
$this->_serverAnchorNext,
$adds,
$replaces, $deletes);
if (is_a($result, 'PEAR_Error')) {
- $GLOBALS['backend']->logMessage($r, __FILE__, __LINE__,
PEAR_LOG_ERR);
+ $GLOBALS['backend']->logMessage($result, __FILE__,
__LINE__, PEAR_LOG_ERR);
return $result;
}
}
More information about the bugs
mailing list