From: Jan Schneider Date: Wed, 9 Dec 2009 14:21:43 +0000 (+0100) Subject: Make sure this is a Horde_Url. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=26e25bf6ee9c445767d59a97737754839550622e;p=horde.git Make sure this is a Horde_Url. --- diff --git a/kronolith/new.php b/kronolith/new.php index eb2c75693..d09ec1428 100644 --- a/kronolith/new.php +++ b/kronolith/new.php @@ -56,7 +56,7 @@ $year = $event->start->year; $buttons = array(''); $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); }