projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ed26d
)
Fix logout reason.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 9 Jul 2009 08:15:04 +0000
(
02:15
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 9 Jul 2009 08:15:04 +0000
(
02:15
-0600)
imp/login.php
patch
|
blob
|
history
diff --git
a/imp/login.php
b/imp/login.php
index
eb3852d
..
cb90d4e
100644
(file)
--- a/
imp/login.php
+++ b/
imp/login.php
@@
-146,7
+146,7
@@
if (!$logout_reason && IMP_Session::canAutoLogin($server_key, $autologin)) {
$title = sprintf(_("Welcome to %s"), $registry->get('name', ($imp_auth) ? 'horde' : null));
if ($logout_reason) {
- $notification->push(str_replace('<br />', ' ',
$logout_reason
), 'horde.message');
+ $notification->push(str_replace('<br />', ' ',
Horde_Auth::getLogoutReasonString()
), 'horde.message');
}
/* Build the <select> widget for the servers and hordeauth servers lists. */