From: Gonçalo Queirós Date: Mon, 11 Oct 2010 19:43:26 +0000 (+0100) Subject: Correct class name to Imp_Imap_Tree X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fbe9b3889fbc2704b907befe194f16eeb90fa835;p=horde.git Correct class name to Imp_Imap_Tree Bug #9302 Signed-off-by: Michael M Slusarz --- diff --git a/imp/lib/Api.php b/imp/lib/Api.php index 9afb4694b..7856972c9 100644 --- a/imp/lib/Api.php +++ b/imp/lib/Api.php @@ -75,7 +75,7 @@ class IMP_Api extends Horde_Registry_Api */ public function folderlist() { - return iterator_to_array(array_keys($GLOBALS['injector']->getInstance('IMP_IMAP_Tree'))); + return iterator_to_array(array_keys($GLOBALS['injector']->getInstance('IMP_Imap_Tree'))); } /**