projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651c084
)
Fix call.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Jul 2009 04:53:38 +0000
(22:53 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Jul 2009 05:04:38 +0000
(23:04 -0600)
imp/lib/base.php
patch
|
blob
|
history
diff --git
a/imp/lib/base.php
b/imp/lib/base.php
index
7d25ecb
..
99e48d1
100644
(file)
--- a/
imp/lib/base.php
+++ b/
imp/lib/base.php
@@
-68,7
+68,7
@@
$viewmode = isset($_SESSION['imp']['view'])
// Handle dimp logout requests.
if (($viewmode == 'dimp') && Horde_Util::nonInputVar('imp_dimp_logout')) {
- Horde::redirect(str_replace('&', '&', Horde::getServiceLink('logout')));
+ Horde::redirect(str_replace('&', '&', Horde::getServiceLink('logout'
, 'imp'
)));
}
// Determine imp authentication type.