]> git.mxchange.org Git - friendica.git/blobdiff - mod/contactgroup.php
Cleanup /format pre-move
[friendica.git] / mod / contactgroup.php
index 0671ff42ae45d314f63d617f65a30565d7d7e06c..41606ae234aa83f8cd2c3189bea3744d9b6ae83d 100644 (file)
@@ -2,10 +2,8 @@
 
 require_once('include/group.php');
 
-function contactgroup_content(&$a) {
-
-
-       if(! local_user()) {
+function contactgroup_content(App $a) {
+       if (! local_user()) {
                killme();
        }