From: Jan Schneider Date: Wed, 11 Aug 2010 15:27:04 +0000 (+0200) Subject: Fix property name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b;p=horde.git Fix property name. --- 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);