diff --git a/timesheet/inc/class.timesheet_export_csv.inc.php b/timesheet/inc/class.timesheet_export_csv.inc.php index 563d076395..b886b2bedd 100644 --- a/timesheet/inc/class.timesheet_export_csv.inc.php +++ b/timesheet/inc/class.timesheet_export_csv.inc.php @@ -117,6 +117,9 @@ class timesheet_export_csv implements importexport_iface_export_plugin { * */ public function get_selectors_etpl() { - return 'timesheet.export_csv_selectors'; + return array( + 'name' => 'timesheet.export_csv_selectors', + 'content' => 'selected' + ); } }