Skip to content

Commit

Permalink
Group: Fix the example.csv filename when downloading it - refs #3663
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Nov 25, 2020
1 parent 91de176 commit 41664da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/group/import.php
Expand Up @@ -40,7 +40,7 @@
Display::url(
get_lang('ExampleCSVFile'),
api_get_path(WEB_CODE_PATH).'group/example.csv',
['download' => true]
['download' => 'example.csv']
)
);
$form->addButtonImport(get_lang('Import'));
Expand Down

0 comments on commit 41664da

Please sign in to comment.