X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnogroup.php;h=11b7bdc7aa486c0e512dee4782c159a97090fc24;hb=5b80a1fcaa04e96992cc54c27e8437a88df591f1;hp=c44840627739437ce31dc19a7773e0ee5dc3a3ec;hpb=2178feab30c6bedbf1206b3e1f141a76301ab5fc;p=friendica.git diff --git a/mod/nogroup.php b/mod/nogroup.php index c448406277..11b7bdc7aa 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(App &$a) { +function nogroup_init(App $a) { if (! local_user()) { return; @@ -21,7 +21,7 @@ function nogroup_init(App &$a) { } -function nogroup_content(App &$a) { +function nogroup_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);