Addressbook: Fix typo in CSV export

This commit is contained in:
nathangray 2020-06-08 09:11:42 -06:00
parent a0760f6b96
commit 18852b91bc

View File

@ -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);