Fix missing export options

This commit is contained in:
Nathan Gray 2012-10-09 18:01:00 +00:00
parent cf31d5c2b2
commit fa3eb90335

View File

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