mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix problem on folder Substribtion tree - all folders are marked as subscribed, wether they are ore not
This commit is contained in:
parent
d88722a39a
commit
c34ddd14c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user