X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fnogroup.php;h=11b7bdc7aa486c0e512dee4782c159a97090fc24;hb=f146c85e75314462823076a9d89ac2e698e6de45;hp=c44840627739437ce31dc19a7773e0ee5dc3a3ec;hpb=4530f4ac9db4a3f9d53ef34ee7a185e2b31cc9be;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);