From d4bce0789ec37ff4824a1e3add509cc9803f2ca9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 9 Dec 2009 15:15:59 +0100 Subject: [PATCH] Fix undefined variable. --- kronolith/resources/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) . '' ?> -- 2.11.0