From 9f938e61dbad2367a5a220489ed5bafde394dea3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 6 Aug 2010 13:39:48 -0600 Subject: [PATCH] Bug #9162: Fix logintasks confirmation page. --- horde/services/logintasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/services/logintasks.php b/horde/services/logintasks.php index 1e696ee77..595dbcc27 100644 --- a/horde/services/logintasks.php +++ b/horde/services/logintasks.php @@ -80,7 +80,7 @@ foreach ($tasklist as $key => $ob) { $template->setOption('gettext', true); $template->set('tasks', $display_tasks, true); -$template->set('logintasks_url', htmlspecialchars($tasks->getLoginTasksUrl())); +$template->set('logintasks_url', $tasks->getLoginTasksUrl()); Horde::startBuffer(); $notification->notify(array('listeners' => 'status')); -- 2.11.0