mirror of
https://github.com/e107inc/e107.git
synced 2025-06-09 04:28:29 +02:00
Enable audio file types (MM)
This commit is contained in:
parent
47b4338ac9
commit
7858a1f93b
@ -29,7 +29,7 @@ class e_media
|
|||||||
'text' => e_MEDIA_FILE,
|
'text' => e_MEDIA_FILE,
|
||||||
'multipart' => e_MEDIA_FILE,
|
'multipart' => e_MEDIA_FILE,
|
||||||
'application' => e_MEDIA_FILE,
|
'application' => e_MEDIA_FILE,
|
||||||
// 'audio' => e_MEDIA_AUDIO,
|
'audio' => e_MEDIA_FILE,
|
||||||
'image' => e_MEDIA_IMAGE,
|
'image' => e_MEDIA_IMAGE,
|
||||||
'video' => e_MEDIA_VIDEO,
|
'video' => e_MEDIA_VIDEO,
|
||||||
'other' => e_MEDIA_FILE
|
'other' => e_MEDIA_FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user