Merge branch 'ent-13459-arreglar-subida-de-ficheros-svg-en-file-manager' into 'develop'

Ent 13459 arreglar subida de ficheros svg en file manager

See merge request artica/pandorafms!7332
This commit is contained in:
Jose Martin 2024-04-30 13:46:36 +00:00
commit 6fb86ee082
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ if ($upload_file === true) {
MIME_TYPES['jpg'],
MIME_TYPES['png'],
MIME_TYPES['gif'],
MIME_TYPES['svg'],
]
);
}