Fix broken mail tree caused by commit 9b99ce5339

This commit is contained in:
Hadi Nategh 2016-06-03 10:29:49 +02:00
parent 51b6e2096a
commit d5aab5ca50

View File

@ -509,7 +509,7 @@ class mail_tree
{
if ($account[Tree::ID] == $_profileID)
{
array_merge($account , $branches);
$account = array_merge($account , $branches);
}
}
return $tree;