From 67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 17:27:04 +0200 Subject: [PATCH] Fix property name. --- kronolith/lib/Driver/Ical.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Driver/Ical.php b/kronolith/lib/Driver/Ical.php index b8c0f4777..dd7578da3 100644 --- a/kronolith/lib/Driver/Ical.php +++ b/kronolith/lib/Driver/Ical.php @@ -411,7 +411,7 @@ class Kronolith_Driver_Ical extends Kronolith_Driver $event->uid = (string)new Horde_Support_Uuid; } if (!$event->id) { - $event->id = $event->id . '.ics'; + $event->id = $event->uid . '.ics'; } $response = $this->_saveEvent($event); -- 2.11.0