projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef4c58
)
We want encoded urls here.
author
Jan Schneider
<jan@horde.org>
Wed, 17 Feb 2010 21:46:40 +0000
(22:46 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 17 Feb 2010 22:14:25 +0000
(23:14 +0100)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
dff62eb
..
ebbc071
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-571,7
+571,7
@@
HTML;
->add('return_url', urlencode(self::selfUrl(true, true, true)));
case 'logout':
- return Horde_Auth::getLogoutUrl(array('reason' => Horde_Auth::REASON_LOGOUT));
+ return Horde_Auth::getLogoutUrl(array('reason' => Horde_Auth::REASON_LOGOUT))
->setRaw(false)
;
case 'login':
return self::url($webroot . '/login.php');