projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5a158
)
Fix logic.
author
Jan Schneider
<jan@horde.org>
Tue, 18 May 2010 22:42:29 +0000
(
00:42
+0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 18 May 2010 22:42:29 +0000
(
00:42
+0200)
framework/Core/lib/Horde/Core/Binder/SessionHandler.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Binder/SessionHandler.php
b/framework/Core/lib/Horde/Core/Binder/SessionHandler.php
index
c489cf9
..
fd17817
100644
(file)
--- a/
framework/Core/lib/Horde/Core/Binder/SessionHandler.php
+++ b/
framework/Core/lib/Horde/Core/Binder/SessionHandler.php
@@
-13,7
+13,7
@@
class Horde_Core_Binder_SessionHandler implements Horde_Injector_Binder
$driver = 'Builtin';
} else {
$driver = $conf['sessionhandler']['type'];
- if (strcasecmp($driver, 'None')) {
+ if (
!
strcasecmp($driver, 'None')) {
$driver = 'Builtin';
}
}