From: Michael M Slusarz Date: Fri, 6 Aug 2010 19:39:48 +0000 (-0600) Subject: Bug #9162: Fix logintasks confirmation page. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f938e61dbad2367a5a220489ed5bafde394dea3;p=horde.git Bug #9162: Fix logintasks confirmation page. --- 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'));