From: Michael M Slusarz Date: Mon, 8 Nov 2010 17:29:37 +0000 (-0700) Subject: Bug #9375: Horde_Session changes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=71cee52971d679575fc10dd4e7c79be9c448a142;p=horde.git Bug #9375: Horde_Session changes --- diff --git a/imp/lib/Injector/Factory/Imaptree.php b/imp/lib/Injector/Factory/Imaptree.php index ca5ef1491..af544786c 100644 --- a/imp/lib/Injector/Factory/Imaptree.php +++ b/imp/lib/Injector/Factory/Imaptree.php @@ -46,7 +46,7 @@ class IMP_Injector_Factory_Imaptree * backend is setup. */ $cache = $injector->getInstance('Horde_Cache'); if ($cache instanceof Horde_Cache_Null) { - $instance = $session[Horde_Session::DATA . ':imp_imaptree']; + $instance = $session->retrieve('imp_imaptree'); } else { try { $instance = @unserialize($cache->get($session->get('imp', 'treeob'), 86400));