]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/OEmbed.php
Remove duplicate $baseurl template variable
[friendica.git] / src / Content / OEmbed.php
index 0093ba11af38a8e948ab6cca40d5b0c59be0cf40..7190f1ce0ed39cc8b8433b1497947074e566cd6e 100644 (file)
@@ -181,7 +181,6 @@ class OEmbed
                                        $tw = $th * $tr;
                                        $tpl = Renderer::getMarkupTemplate('oembed_video.tpl');
                                        $ret .= Renderer::replaceMacros($tpl, [
-                                               '$baseurl' => System::baseUrl(),
                                                '$embedurl' => $oembed->embed_url,
                                                '$escapedhtml' => base64_encode($oembed->html),
                                                '$tw' => $tw,