projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f6710
)
Fix Horde_Session call
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Nov 2010 05:08:32 +0000
(22:08 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Nov 2010 07:01:24 +0000
(
00:01
-0700)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
fd5edb3
..
5762301
100644
(file)
--- a/
imp/lib/Auth.php
+++ b/
imp/lib/Auth.php
@@
-162,7
+162,7
@@
class IMP_Auth
empty($_SERVER['HTTP_X_FORWARDED_FOR']) ? '' : ' (forwarded for [' . $_SERVER['HTTP_X_FORWARDED_FOR'] . '])',
$imap_ob ? $imap_ob->getParam('hostspec') : '',
$imap_ob ? $imap_ob->getParam('port') : '',
-
isset($GLOBALS['session:imp']['protocol']
) ? ' [' . $GLOBALS['session']->get('imp', 'protocol') . ']' : ''
+
$GLOBALS['session']->exists('imp', 'protocol'
) ? ' [' . $GLOBALS['session']->get('imp', 'protocol') . ']' : ''
);
Horde::logMessage($msg, $level);