]> git.mxchange.org Git - friendica.git/blobdiff - mod/nogroup.php
We got rid of two workerqueue queries, yeah!
[friendica.git] / mod / nogroup.php
index c44840627739437ce31dc19a7773e0ee5dc3a3ec..ecbfb9176e1397be548ec5ddb3be1bf8620194fd 100644 (file)
@@ -1,10 +1,12 @@
 <?php
 
+use Friendica\App;
+
 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 +23,7 @@ function nogroup_init(App &$a) {
 }
 
 
-function nogroup_content(App &$a) {
+function nogroup_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);