Bug #9375: Horde_Session changes
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Nov 2010 17:29:37 +0000 (10:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Nov 2010 17:29:37 +0000 (10:29 -0700)
imp/lib/Injector/Factory/Imaptree.php

index ca5ef14..af54478 100644 (file)
@@ -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));