Backport 32513 - Add mimetype to export plugin

This commit is contained in:
Nathan Gray 2010-10-12 22:50:12 +00:00
parent 7b87beb9d9
commit 4d22beeb64

View File

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