projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecfcb0
)
always fill in cal parameter based on where the event was saved
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 31 Aug 2009 18:22:42 +0000
(14:22 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 31 Aug 2009 18:22:42 +0000
(14:22 -0400)
kronolith/ajax.php
patch
|
blob
|
history
diff --git
a/kronolith/ajax.php
b/kronolith/ajax.php
index
40fac3a
..
f5ed6c4
100644
(file)
--- a/
kronolith/ajax.php
+++ b/
kronolith/ajax.php
@@
-63,7
+63,7
@@
function saveEvent($event)
$end->min = $end->sec = 59;
Kronolith::addEvents($events, $event, $start, $end, true, true);
$result = new stdClass;
- $result->cal =
Horde_Util::getFormData('cal'
);
+ $result->cal =
$event->getCalendar(
);
$result->view = Horde_Util::getFormData('view');
$result->sig = $start->dateString() . $end->dateString();
if (count($events)) {