X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foembed.php;h=80b49fbf046c7095c9724a1e550bc75ed890ab91;hb=d9f8fbeb4f83112ed1c856b694c3bc96a6f782fa;hp=0b8b713667e7aa1faede525a5a08db1b07b03c0b;hpb=4665cda00e1614ef1c152e1d5bf070036616b005;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];