fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 8 Aug 2010 16:03:18 +0000 (12:03 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 8 Aug 2010 16:03:18 +0000 (12:03 -0400)
kronolith/data.php

index a555ef0..1adb05e 100644 (file)
@@ -310,7 +310,7 @@ if (is_array($next_step)) {
     // Any RECURRENCE-ID entries?
     foreach ($recurrences as $recurrence) {
         $event = $kronolith_driver->getEvent();
-        $event->fromiCalendar($row);
+        $event->fromiCalendar($recurrence);
         try {
             $event->save();
         } catch (Exception $e) {