]> git.mxchange.org Git - friendica.git/blobdiff - mod/contactgroup.php
added spaces + used x ()
[friendica.git] / mod / contactgroup.php
index 0671ff42ae45d314f63d617f65a30565d7d7e06c..5c4cd79868ef63a43a3c1c40a74a05204c7f9cf9 100644 (file)
@@ -2,10 +2,10 @@
 
 require_once('include/group.php');
 
-function contactgroup_content(&$a) {
+function contactgroup_content(App $a) {
 
 
-       if(! local_user()) {
+       if (! local_user()) {
                killme();
        }