X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnogroup.php;h=c44840627739437ce31dc19a7773e0ee5dc3a3ec;hb=54905a3d81065915418af7f96953f957bf795300;hp=c75b595c363967f6fbfe0324117b288818e31415;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/nogroup.php b/mod/nogroup.php index c75b595c36..c448406277 100644 --- a/mod/nogroup.php +++ b/mod/nogroup.php @@ -4,7 +4,7 @@ require_once('include/Contact.php'); require_once('include/socgraph.php'); require_once('include/contact_selectors.php'); -function nogroup_init(&$a) { +function nogroup_init(App &$a) { if (! local_user()) { return; @@ -21,7 +21,7 @@ function nogroup_init(&$a) { } -function nogroup_content(&$a) { +function nogroup_content(App &$a) { if (! local_user()) { notice( t('Permission denied.') . EOL);