forked from extern/egroupware
Fix missing export options
This commit is contained in:
parent
cf31d5c2b2
commit
fa3eb90335
@ -24,6 +24,7 @@ class addressbook_export_vcard implements importexport_iface_export_plugin {
|
||||
*/
|
||||
public function export( $_stream, importexport_definition $_definition) {
|
||||
|
||||
$options = $_definition->plugin_options;
|
||||
$uicontacts = new addressbook_ui();
|
||||
$selection = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user