aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-03 21:17:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-03 21:17:00 -0700
commitf594a7776c37bfe6f1f07e259188d9de7057e189 (patch)
tree74da2a4cd3314a7a3a870031a4056f05872bb082 /include/oembed.php
parentb737e224b149c1c27775bfc213125eea0ce540b8 (diff)
parent56045093cc6674dfd89e0a2c3848c3e2992b3790 (diff)
downloadvolse-hubzilla-f594a7776c37bfe6f1f07e259188d9de7057e189.tar.gz
volse-hubzilla-f594a7776c37bfe6f1f07e259188d9de7057e189.tar.bz2
volse-hubzilla-f594a7776c37bfe6f1f07e259188d9de7057e189.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: view/it/messages.po view/it/strings.php
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php
index 0628afaa9..a11a64eec 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -95,7 +95,8 @@ function oembed_fetch_url($embedurl){
Cache::set($a->videowidth . $embedurl,$txt);
}
-
+
+
$j = json_decode($txt);
$j->embedurl = $embedurl;
return $j;