mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Add mimetype to export plugin
This commit is contained in:
parent
6c0d3b2c81
commit
e646cc4f8e
@ -78,6 +78,10 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
|||||||
return 'csv';
|
return 'csv';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function get_mimetype() {
|
||||||
|
return 'text/csv';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* return html for options.
|
* return html for options.
|
||||||
* this way the plugin has all opertunities for options tab
|
* this way the plugin has all opertunities for options tab
|
||||||
|
Loading…
Reference in New Issue
Block a user