projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27dae7a
)
Add missing array key
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Oct 2009 11:54:15 +0000
(
05:54
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Oct 2009 11:54:15 +0000
(
05:54
-0600)
framework/Auth/lib/Horde/Auth.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth.php
b/framework/Auth/lib/Horde/Auth.php
index
ab387f4
..
f630758
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth.php
+++ b/
framework/Auth/lib/Horde/Auth.php
@@
-673,7
+673,7
@@
class Horde_Auth
}
return isset($_SESSION['horde_auth']['app'])
- ? @unserialize(Horde_Secret::read(Horde_Secret::getKey('auth'), $_SESSION['horde_auth']['app']))
+ ? @unserialize(Horde_Secret::read(Horde_Secret::getKey('auth'), $_SESSION['horde_auth']['app']
[$app]
))
: false;
}