]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
Move Object\Contact to Model\Contact
[friendica.git] / mod / parse_url.php
index b2908455b7913eea7d20e999b0c4d539257d30dc..4fe9256349fe9a863509984d77995fd13c7e7945 100644 (file)
@@ -10,6 +10,7 @@
  * @see ParseUrl::getSiteinfo() for more information about scraping embeddable content
 */
 
+use Friendica\App;
 use Friendica\ParseUrl;
 
 require_once("include/items.php");