W.I.P mail tree: fix wrong profileID

This commit is contained in:
Hadi Nategh 2015-07-23 13:45:57 +00:00
parent 47239b3d23
commit 01391055dc

View File

@ -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