mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Addressbook: Fix typo in CSV export
This commit is contained in:
parent
a0760f6b96
commit
18852b91bc
@ -255,7 +255,7 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
||||
}
|
||||
else
|
||||
{
|
||||
$contact_ids[] = 'c'.$contact;
|
||||
$contact_ids[] = 'c'.$_contact;
|
||||
}
|
||||
}
|
||||
$events = $this->ui->read_calendar($contact_ids, false);
|
||||
|
Loading…
Reference in New Issue
Block a user