]> git.mxchange.org Git - friendica.git/blobdiff - mod/contactgroup.php
Merge pull request #3380 from fabrixxm/feature/frio/fixedaside2
[friendica.git] / mod / contactgroup.php
index 5c4cd79868ef63a43a3c1c40a74a05204c7f9cf9..2a44e2889655d33254819aefe2a711391c5f6232 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/group.php');
 
 function contactgroup_content(App $a) {
-
-
        if (! local_user()) {
                killme();
        }