diff --git a/importexport/inc/class.importexport_export_ui.inc.php b/importexport/inc/class.importexport_export_ui.inc.php index 85d4cd681c..3219ba2550 100644 --- a/importexport/inc/class.importexport_export_ui.inc.php +++ b/importexport/inc/class.importexport_export_ui.inc.php @@ -171,7 +171,7 @@ class importexport_export_ui { } else { $options = $plugin_object->get_selectors_etpl(); if(is_array($options)) { - $content['selection'] = (array)$options['content']; + $content['selection'] = $options['content']; $sel_options += (array)$options['sel_options']; $readonlys['selection'] = (array)$options['readonlys']; $preserv['selection'] = (array)$options['preserv'];