X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foembed.php;h=d28a97e322046690eee01300199ceca9891090c4;hb=a9b948d6f9a3c8b110d84096d033f3fbef864bcb;hp=498d9a721248b7815c210f0fb92dcc2e96723114;hpb=1dc4b60a5ac4a12288627bc65cda941164c12059;p=friendica.git diff --git a/include/oembed.php b/include/oembed.php index 498d9a7212..d28a97e322 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];