projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741783a
)
Fix property name.
author
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 15:27:04 +0000
(17:27 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 15:34:56 +0000
(17:34 +0200)
kronolith/lib/Driver/Ical.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Ical.php
b/kronolith/lib/Driver/Ical.php
index
b8c0f47
..
dd7578d
100644
(file)
--- 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->
u
id . '.ics';
}
$response = $this->_saveEvent($event);