From: Michael M Slusarz Date: Mon, 6 Dec 2010 21:10:11 +0000 (-0700) Subject: Fix driver when using session storage for prefs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eeccb24ef5b04085c372572bd59ec380cef22973;p=horde.git Fix driver when using session storage for prefs --- 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;