MFB: Fix moving events between calendars for the Kolab driver (Bug #7932)
authorGunnar Wrobel <p@rdus.de>
Thu, 23 Sep 2010 18:17:39 +0000 (20:17 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 23 Sep 2010 18:17:39 +0000 (20:17 +0200)
kronolith/docs/CHANGES
kronolith/lib/Driver/Kolab.php

index 4f09069..0e8f975 100644 (file)
@@ -42,6 +42,7 @@ v3.0-git
 v2.3.5-cvs
 ----------
 
+[gwr] Fix moving events between calendars for the Kolab driver (Bug #7932)
 [jan] Import and export the privacy field in CSV data (Request #9139).
 [mjr] Send an iTip REQUEST, not ADD, when updating an existing event
       (Bug #9131).
index 6d1727c..4abf7e5 100644 (file)
@@ -421,7 +421,7 @@ class Kronolith_Driver_Kolab extends Kronolith_Driver
 
         global $kronolith_shares;
         $target = $kronolith_shares->getShare($newCalendar);
-        $folder = $target->get('folder');
+        $folder = $target->getId();
 
         $result = $this->_store->move($eventId, $folder);
         if ($result) {