issue #170
This commit is contained in:
@@ -117,7 +117,7 @@ function oembed_fetch_url($embedurl){
|
||||
// These media files should now be caught in bbcode.php
|
||||
// left here as a fallback in case this is called from another source
|
||||
|
||||
$noexts = array(".mp3",".mp4",".ogg",".ogv",".oga",".ogm",".webm",".opus");
|
||||
$noexts = [ '.mp3', '.mp4', '.ogg', '.ogv', '.oga', '.ogm', '.webm', '.opus', '.m4a' ];
|
||||
|
||||
$result = oembed_action($embedurl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user