From: fabrixxm Date: Thu, 7 Jun 2012 12:49:33 +0000 (-0400) Subject: fix a random profile error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d832618a4340526092fce9e49f4580f767e1526;p=friendica.git fix a random profile error message --- diff --git a/include/oembed.php b/include/oembed.php old mode 100644 new mode 100755 index 1f45d28143..e2504b7eb8 --- a/include/oembed.php +++ b/include/oembed.php @@ -65,7 +65,8 @@ function oembed_fetch_url($embedurl){ } function oembed_format_object($j){ - $embedurl = $j->embedurl; + $a = get_app(); + $embedurl = $j->embedurl; $jhtml = oembed_iframe($j->embedurl,(isset($j->width) ? $j->width : null), (isset($j->height) ? $j->height : null) ); $ret=""; switch ($j->type) { @@ -78,6 +79,7 @@ function oembed_format_object($j){ $th=120; $tw = $th*$tr; $tpl=get_markup_template('oembed_video.tpl'); $ret.=replace_macros($tpl, array( + '$baseurl' => $a->get_baseurl(), '$embedurl'=>$embedurl, '$escapedhtml'=>base64_encode($jhtml), '$tw'=>$tw, diff --git a/view/oembed_video.tpl b/view/oembed_video.tpl old mode 100644 new mode 100755 index 5824d8d4e8..d3a9a93113 --- a/view/oembed_video.tpl +++ b/view/oembed_video.tpl @@ -1,4 +1,4 @@ -
+