mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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;
|
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)
|
if (is_numeric($_profileID) && $_profileID != $this->ui->mail_bo->profileID)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user