From: Jan Schneider Date: Wed, 9 Dec 2009 14:15:59 +0000 (+0100) Subject: Fix undefined variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d4bce0789ec37ff4824a1e3add509cc9803f2ca9;p=horde.git Fix undefined variable. --- diff --git a/kronolith/resources/index.php b/kronolith/resources/index.php index 53d3171a3..61141cfa6 100644 --- a/kronolith/resources/index.php +++ b/kronolith/resources/index.php @@ -63,7 +63,7 @@ function performAction(action, rid)   get('name')) ?> - add('display_cal', $resource->get('calendar'), false)->link(array('title' => _("Click or copy this URL to display this calendar"))) . htmlspecialchars(shorten_url($url)) . '' ?> + add('display_cal', $resource->get('calendar'), false); echo $url->link(array('title' => _("Click or copy this URL to display this calendar"))) . htmlspecialchars(shorten_url($url)) . '' ?>