X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=include%2Foembed.php;h=80b49fbf046c7095c9724a1e550bc75ed890ab91;hb=3437e73ae4e10c5467de8810cd8b6a6c8f9ba3fd;hp=0b8b713667e7aa1faede525a5a08db1b07b03c0b;hpb=f6ef6f0c7aef05533965fdd66263485646760fd7;p=friendica.git diff --git a/include/oembed.php b/include/oembed.php index 0b8b713667..80b49fbf04 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -4,8 +4,9 @@ * @file include/oembed.php */ -use \Friendica\ParseUrl; -use \Friendica\Core\Config; +use Friendica\App; +use Friendica\ParseUrl; +use Friendica\Core\Config; function oembed_replacecb($matches){ $embedurl=$matches[1];