From fd6627c6912a9b0c5e351231355ebca2b7768a93 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 Nov 2010 22:35:44 +0100 Subject: [PATCH] Fix parameter name. --- nag/templates/tasklist_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nag/templates/tasklist_list.php b/nag/templates/tasklist_list.php index 69d1d791f..415cadb1f 100644 --- a/nag/templates/tasklist_list.php +++ b/nag/templates/tasklist_list.php @@ -28,7 +28,7 @@ get('name')) ?> get('owner')) ? _("System") : _("Local") ?> - getName(), false); echo Horde::link($url, _("Click or copy this URL to display this task list"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> + getName(), false); echo Horde::link($url, _("Click or copy this URL to display this task list"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> get('owner') ? $tasklist->get('owner') : '-system-') . '/' . $tasklist->getName() . '.ics'; echo Horde::link($url, _("Click or copy this URL to display this task list"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> getName()), _("Edit")) . $edit_img . '' ?> -- 2.11.0