From 71cee52971d679575fc10dd4e7c79be9c448a142 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 8 Nov 2010 10:29:37 -0700 Subject: [PATCH] Bug #9375: Horde_Session changes --- imp/lib/Injector/Factory/Imaptree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.11.0