From 033ab7f65d47366b07966ddb036523d74c0c0e9c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 29 Jul 2015 14:31:59 +0000 Subject: [PATCH] Mail tree phase2 W.I.P.: missing commit from 53261 --- mail/inc/class.mail_tree.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mail/inc/class.mail_tree.inc.php b/mail/inc/class.mail_tree.inc.php index b7d43cfdd4..ee87f870df 100644 --- a/mail/inc/class.mail_tree.inc.php +++ b/mail/inc/class.mail_tree.inc.php @@ -161,7 +161,7 @@ class mail_tree try { $nodeInfo = self::pathToFolderData($_parent, $hDelimiter); - $folders = $this->ui->mail_bo->getFolderArray($nodeInfo['mailbox'],false,2); + $folders = $this->ui->mail_bo->getFolderArrays($nodeInfo['mailbox'],false,2); } catch (Exception $ex) { return self::treeLeafNoConnectionArray($_profileID, $ex->getMessage(),array($_profileID), ''); } @@ -215,8 +215,7 @@ class mail_tree self::setOutStructure($baseNode, $tree,self::$delimiter); } //List of folders - $foldersList = $this->ui->mail_bo->getFolderArray(null, true); - + $foldersList = $this->ui->mail_bo->getFolderArrays(null, true); // Parent node arrays $parentNode = $parentNodes = array();