mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 04:13:28 +01:00
Fix broken mail tree caused by commit 9b99ce5339
This commit is contained in:
parent
51b6e2096a
commit
d5aab5ca50
@ -509,7 +509,7 @@ class mail_tree
|
|||||||
{
|
{
|
||||||
if ($account[Tree::ID] == $_profileID)
|
if ($account[Tree::ID] == $_profileID)
|
||||||
{
|
{
|
||||||
array_merge($account , $branches);
|
$account = array_merge($account , $branches);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $tree;
|
return $tree;
|
||||||
|
Loading…
Reference in New Issue
Block a user