projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170c853
)
Bug #9162: Fix logintasks confirmation page.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 19:39:48 +0000
(13:39 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 19:39:48 +0000
(13:39 -0600)
horde/services/logintasks.php
patch
|
blob
|
history
diff --git
a/horde/services/logintasks.php
b/horde/services/logintasks.php
index
1e696ee
..
595dbcc
100644
(file)
--- 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'));