projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a16f47
)
Return calendar id when adding remote calendars.
author
Jan Schneider
<jan@horde.org>
Fri, 16 Apr 2010 15:06:19 +0000
(17:06 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 16 Apr 2010 15:06:19 +0000
(17:06 +0200)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
89406c6
..
22314ea
100644
(file)
--- a/
kronolith/lib/Ajax/Application.php
+++ b/
kronolith/lib/Ajax/Application.php
@@
-616,6
+616,7
@@
class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
$GLOBALS['notification']->push(sprintf(_("The calendar \"%s\" has been saved."), $calendar['name']), 'horde.success');
} else {
$GLOBALS['notification']->push(sprintf(_("You have been subscribed to \"%s\" (%s)."), $calendar['name'], $calendar['url']), 'horde.success');
+ $result->calendar = $calendar['url'];
}
break;
}