projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997e872
)
Fix returning all recurrences after saving/updating an event.
author
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 15:56:01 +0000
(16:56 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 15:56:01 +0000
(16:56 +0100)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
328c758
..
258e67b
100644
(file)
--- a/
kronolith/lib/Ajax/Application.php
+++ b/
kronolith/lib/Ajax/Application.php
@@
-768,7
+768,10
@@
class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
$result = $this->_signedResponse($event->calendarType . '|' . $event->calendar);
try {
$event->save();
- Kronolith::addEvents($events, $event, $start, $end, true, true);
+ Kronolith::addEvents($events, $event,
+ new Horde_Date($this->_vars->view_start),
+ new Horde_Date($this->_vars->view_end),
+ true, true);
if (count($events)) {
$result->events = $events;
}