projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960517f
)
Make sure this is a Horde_Url.
author
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 14:21:43 +0000
(15:21 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 14:21:43 +0000
(15:21 +0100)
kronolith/new.php
patch
|
blob
|
history
diff --git
a/kronolith/new.php
b/kronolith/new.php
index
eb2c756
..
d09ec14
100644
(file)
--- a/
kronolith/new.php
+++ b/
kronolith/new.php
@@
-56,7
+56,7
@@
$year = $event->start->year;
$buttons = array('<input type="submit" class="button" name="save" value="' . _("Save Event") . '" />');
$url = Horde_Util::getFormData('url');
if (isset($url)) {
- $cancelurl =
$url
;
+ $cancelurl =
new Horde_Url($url)
;
} else {
$cancelurl = Horde::applicationUrl('month.php', true)->add('month', $month);
}