Bug #9162: Fix logintasks confirmation page.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:39:48 +0000 (13:39 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:39:48 +0000 (13:39 -0600)
horde/services/logintasks.php

index 1e696ee..595dbcc 100644 (file)
@@ -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'));