X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foembed.php;h=69583167cfedfdf7a8ef03dd6fe1a4ba9582eed9;hb=cbe4e2bf8c7b6fea2e700811a15b427e6141c9dd;hp=19bdc474f545aa4b14e690970e0bf7b7a9042f2a;hpb=52e33d50ad790e5f7e2653ecb49d1c725b499afc;p=friendica.git diff --git a/include/oembed.php b/include/oembed.php index 19bdc474f5..69583167cf 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -11,7 +11,6 @@ function oembed_replacecb($matches){ function oembed_fetch_url($embedurl, $no_rich_type = false){ - $embedurl = trim($embedurl, "'"); $embedurl = trim($embedurl, '"');