projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a549a7
)
Avoid warnings
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 13 Jul 2009 17:03:25 +0000
(13:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 13 Jul 2009 17:05:28 +0000
(13:05 -0400)
imp/login.php
patch
|
blob
|
history
diff --git
a/imp/login.php
b/imp/login.php
index
84712f4
..
a9629d7
100644
(file)
--- a/
imp/login.php
+++ b/
imp/login.php
@@
-84,7
+84,7
@@
if ($logout_reason == Horde_Auth::REASON_SESSION) {
/* Redirect the user on logout if redirection is enabled. */
if ($logout_reason == Horde_Auth::REASON_LOGOUT &&
- (
$conf['user']['redirect_on_logout']
||
+ (
!empty($conf['user']['redirect_on_logout'])
||
!empty($conf['auth']['redirect_on_logout']))) {
if (!empty($conf['auth']['redirect_on_logout'])) {
$url = Horde_Auth::addLogoutParameters($conf['auth']['redirect_on_logout'], Horde_Auth::REASON_LOGOUT);