X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fparse_url.php;h=4fe9256349fe9a863509984d77995fd13c7e7945;hb=10ede7314136edb1c475e1af546a59ff4c5648cf;hp=77529714f20f56a83cadcee7e075be5b8d07b2aa;hpb=4d30f2b292ec0b77de13cae3c622df84f84aa54f;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");