projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb45b48
)
We need the result of the $event->save() call to get the event later
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 19 Apr 2010 18:25:18 +0000
(14:25 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 19 Apr 2010 18:25:18 +0000
(14:25 -0400)
kronolith/add.php
patch
|
blob
|
history
diff --git
a/kronolith/add.php
b/kronolith/add.php
index
5675c94
..
c5f1a17
100644
(file)
--- a/
kronolith/add.php
+++ b/
kronolith/add.php
@@
-30,7
+30,7
@@
if (!Horde_Util::getFormData('cancel')) {
$event = Kronolith::getDriver(null, $calendar_id)->getEvent();
$event->readForm();
try {
- $event->save();
+ $
result = $
event->save();
Kronolith::notifyOfResourceRejection($event);
if (Horde_Util::getFormData('sendupdates', false)) {
try {