X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fparse_url.php;h=4fe9256349fe9a863509984d77995fd13c7e7945;hb=6161ceff649fd52cb6cdfe14ebe5fdd35f6854a9;hp=77529714f20f56a83cadcee7e075be5b8d07b2aa;hpb=61a01141d7e897c30b5931b66675cbb09d6368b8;p=friendica.git diff --git a/mod/parse_url.php b/mod/parse_url.php index 77529714f2..4fe9256349 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -10,7 +10,8 @@ * @see ParseUrl::getSiteinfo() for more information about scraping embeddable content */ -use \Friendica\ParseUrl; +use Friendica\App; +use Friendica\ParseUrl; require_once("include/items.php");