Summary | kronolith: Fix duplication of events on save |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/24/2008 (6277 days ago) |
Due | |
Updated | 05/08/2008 (6263 days ago) |
Assigned | 05/08/2008 (6263 days ago) |
Resolved | 05/08/2008 (6263 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
please apply the last part from my patch, it's a fix for a long standing bug:
@@ -1557,7 +1559,7 @@
}
$this->initialized = true;
- $this->_stored = true;
+ $this->stored = true;
}
function toDriver()
Thanks,
Thomas
State ⇒ Resolved
Milestone ⇒
State ⇒ Unconfirmed
New Attachment: kronolith-Kolab-fix-event-duplication.patch
Patch ⇒ No
Queue ⇒ Kolab
Summary ⇒ kronolith: Fix duplication of events on save
Type ⇒ Bug
Priority ⇒ 1. Low
attached patches fixes event duplication on save. Recent changes for
the SyncML infrastructure added a _splitUID() function which gets an
array index wrong. Normally this would have been unnoticed if there
wasn't another bug
caused by a typo. Please apply the patch ASAP.
Thanks,
Thomas