aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-08-06 23:57:28 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-08-06 23:57:28 +0200
commit07cd0c870f48ec838c23fa7c6966ceb1c41f06ab (patch)
tree26a1177441c40c2d3e42d3fc3617302dc2d86f12 /include/bbcode.php
parent2b1e6723168665039cdccb951e29c4220351367a (diff)
parent1b0cb9388cd5c416af5ba270127b14efdd1c0a6b (diff)
downloadvolse-hubzilla-07cd0c870f48ec838c23fa7c6966ceb1c41f06ab.tar.gz
volse-hubzilla-07cd0c870f48ec838c23fa7c6966ceb1c41f06ab.tar.bz2
volse-hubzilla-07cd0c870f48ec838c23fa7c6966ceb1c41f06ab.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index 66b63d395..66bf6b5ec 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -12,6 +12,7 @@ require_once('include/hubloc.php');
function tryoembed($match) {
$url = ((count($match) == 2) ? $match[1] : $match[2]);
+
$o = oembed_fetch_url($url);
if ($o->type == 'error')