]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
Move Object\Contact to Model\Contact
[friendica.git] / mod / parse_url.php
index 77529714f20f56a83cadcee7e075be5b8d07b2aa..4fe9256349fe9a863509984d77995fd13c7e7945 100644 (file)
@@ -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");