mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Addressbook - Merging contacts now keeps all distribution lists, and it works now
This commit is contained in:
parent
1ae0f29f01
commit
285eb8494b
@ -1893,7 +1893,7 @@ class Contacts extends Contacts\Storage
|
|||||||
|
|
||||||
// Merge distribution lists
|
// Merge distribution lists
|
||||||
$lists = $this->read_distributionlist(array($contact['id']));
|
$lists = $this->read_distributionlist(array($contact['id']));
|
||||||
foreach($lists as $list_id => $list_name)
|
foreach($lists[$contact['id']] as $list_id => $list_name)
|
||||||
{
|
{
|
||||||
parent::add2list($target['id'], $list_id);
|
parent::add2list($target['id'], $list_id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user