From eeccb24ef5b04085c372572bd59ec380cef22973 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 6 Dec 2010 14:10:11 -0700 Subject: [PATCH] Fix driver when using session storage for prefs --- framework/Core/lib/Horde/Core/Factory/Prefs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/Core/lib/Horde/Core/Factory/Prefs.php b/framework/Core/lib/Horde/Core/Factory/Prefs.php index 584215949..c18ed05d2 100644 --- a/framework/Core/lib/Horde/Core/Factory/Prefs.php +++ b/framework/Core/lib/Horde/Core/Factory/Prefs.php @@ -110,6 +110,7 @@ class Horde_Core_Factory_Prefs break; case 'Horde_Prefs_Storage_Session': + $driver = 'Horde_Prefs_Storage_Null'; $opts['cache'] = false; break; -- 2.11.0