]> git.mxchange.org Git - friendica.git/blobdiff - mod/hcard.php
Merge pull request #3518 from AndyHee/3.5.2rc
[friendica.git] / mod / hcard.php
index 07eb291510653b3d4fd1add4e7b413bba2315dc8..229939a4a347991050c3402c68c65bd54115ffdc 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function hcard_init(App $a) {
 
        $blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);