mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
W.I.P mail tree: fix wrong profileID
This commit is contained in:
parent
47239b3d23
commit
01391055dc
@ -135,8 +135,8 @@ class mail_tree
|
||||
return $hasChildren;
|
||||
};
|
||||
|
||||
if ($_parent) $_profileID = $this->ui->mail_bo->profileID;
|
||||
|
||||
if ($_parent) list($_profileID) = explode(self::$delimiter, $_parent);
|
||||
|
||||
if (is_numeric($_profileID) && $_profileID != $this->ui->mail_bo->profileID)
|
||||
{
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user