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