aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-29 19:26:58 -0700
committerredmatrix <mike@macgirvin.com>2016-09-29 19:26:58 -0700
commit2c1cd99738de75602466e022f454d4e135eb6412 (patch)
tree5b2ad13d53d58fc7345bbd5578457611cb0042f3 /include/oembed.php
parent07df5833becc2bc54823997c040997d56f0ae2cb (diff)
downloadvolse-hubzilla-2c1cd99738de75602466e022f454d4e135eb6412.tar.gz
volse-hubzilla-2c1cd99738de75602466e022f454d4e135eb6412.tar.bz2
volse-hubzilla-2c1cd99738de75602466e022f454d4e135eb6412.zip
issue #170
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php
index be2501229..1780e7046 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -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);