diff --git a/extractor/workflow/class_extractorTask.inc b/extractor/workflow/class_extractorTask.inc index 66c3dc379a72080fbfeda9f4d0430229c6991e1d..68a4b1145985d6893995f1ca55f8c2668f4aaec7 100644 --- a/extractor/workflow/class_extractorTask.inc +++ b/extractor/workflow/class_extractorTask.inc @@ -60,8 +60,10 @@ class extractorTask extends simplePlugin new SelectAttribute( _('Format'), _('Output format for extracted data'), 'fdExtractorTaskFormat', TRUE, - ['CSV' => _('CSV (Comma Separated Values)')], - 'CSV' + ['CSV'], // Array of choices/keys + 'CSV', // Default value + [_('CSV (Comma Separated Values)')], // Array of display values corresponding to choices + '' // ACL (empty string means use its own) ), ] ],