Skip to content

Commit

Permalink
core/components/com_courses/models/assets/file.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ishunko authored and nkissebe committed Sep 12, 2022
1 parent dc5e639 commit 87b7cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/com_courses/models/assets/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class File extends Handler
'txt', 'pdf', 'jpg', 'jpeg', 'gif', 'png', 'ppt',
'pptx', 'pps', 'ppsx', 'doc', 'docx', 'xls', 'xlsx',
'zip', 'tgz', 'tar', 'mp3', 'm', 'cpp', 'c', 'r', 'rmd',
'wm2d', 'slx', 'srt', 'ipynb', 'aedt'
'wm2d', 'slx', 'srt', 'ipynb', 'aedt', 'csv', 'xyz'
),
);

Expand Down

0 comments on commit 87b7cb8

Please sign in to comment.