| Summary | Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605 |
| Queue | Synchronization |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | lst_hoe02 (at) kwsoft (dot) de |
| Created | 08/26/2009 (5915 days ago) |
| Due | |
| Updated | 08/26/2009 (5915 days ago) |
| Assigned | |
| Resolved | 08/26/2009 (5915 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde&r1=1.60&r2=1.61&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605
Type ⇒ Bug
State ⇒ Unconfirmed
--- 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;
}
}