Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixes #188
  • Loading branch information
azett committed Jan 8, 2023
1 parent 77600b6 commit f6394ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/panels/uploader/admin.uploader.php
Expand Up @@ -98,7 +98,8 @@ function onupload() {
'wml',
'svg',
'xml',
'md'
'md',
'pages'
);

$imgs = array(
Expand Down

0 comments on commit f6394ea

Please sign in to comment.