mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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)
|
||||
{
|
||||
array_merge($account , $branches);
|
||||
$account = array_merge($account , $branches);
|
||||
}
|
||||
}
|
||||
return $tree;
|
||||
|
Loading…
Reference in New Issue
Block a user