X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Foembed.php;h=3266ad963e110a0956a69a36844252e13f2f0397;hb=9f2196aa1aa0dc112e3fc238832828d4e22fe137;hp=021cbab6fdc8921dcd95727e31a70cc43bbfaead;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/mod/oembed.php b/mod/oembed.php index 021cbab6fd..3266ad963e 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -1,8 +1,10 @@ query_string, LOGGER_ALL); if ($a->argv[1]=='b2h'){ @@ -34,4 +36,3 @@ function oembed_content(&$a) { } killme(); } -}