projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e2b37
)
fix variable name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 8 Aug 2010 16:03:18 +0000
(12:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 8 Aug 2010 16:03:18 +0000
(12:03 -0400)
kronolith/data.php
patch
|
blob
|
history
diff --git
a/kronolith/data.php
b/kronolith/data.php
index
a555ef0
..
1adb05e
100644
(file)
--- a/
kronolith/data.php
+++ b/
kronolith/data.php
@@
-310,7
+310,7
@@
if (is_array($next_step)) {
// Any RECURRENCE-ID entries?
foreach ($recurrences as $recurrence) {
$event = $kronolith_driver->getEvent();
- $event->fromiCalendar($r
ow
);
+ $event->fromiCalendar($r
ecurrence
);
try {
$event->save();
} catch (Exception $e) {