fix problem on folder Substribtion tree - all folders are marked as subscribed, wether they are ore not

This commit is contained in:
Klaus Leithoff 2014-05-20 13:39:04 +00:00
parent d88722a39a
commit c34ddd14c4

View File

@ -288,10 +288,9 @@ class mail_ui
$profileId = $_GET['acc_id'];
$allFolders = $this->mail_bo->getFolderObjects(false,false,false,false);
$sel_options['foldertree'] = $this->getFolderTree(false, $profileId,false,false);
$allFolders = $this->mail_bo->getFolderObjects();
if (!is_array($content))
{
if ($profileId)