X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FOEmbed.php;h=0093ba11af38a8e948ab6cca40d5b0c59be0cf40;hb=2dbeae701f8686f0f14aeca2d1968adde086677e;hp=144ac4ca53f4a365cdfc55109e478137f51ce249;hpb=3282ce53894b624893ee2989747a59866ab4b137;p=friendica.git diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 144ac4ca53..0093ba11af 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -370,8 +370,6 @@ class OEmbed */ private static function iframe($src, $width, $height) { - $a = \get_app(); - if (!$height || strstr($height, '%')) { $height = '200'; }