Fix driver when using session storage for prefs
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 6 Dec 2010 21:10:11 +0000 (14:10 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 6 Dec 2010 21:10:11 +0000 (14:10 -0700)
framework/Core/lib/Horde/Core/Factory/Prefs.php

index 5842159..c18ed05 100644 (file)
@@ -110,6 +110,7 @@ class Horde_Core_Factory_Prefs
                 break;
 
             case 'Horde_Prefs_Storage_Session':
+                $driver = 'Horde_Prefs_Storage_Null';
                 $opts['cache'] = false;
                 break;