]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
merged 2 if() into one as requested by CR
[friendica.git] / mod / suggest.php
index a6c4b6e5680219e549e0391048b0190c8d2b7634..dd24fc0a2a3a01a120557f7bf659d638c30440cf 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/socgraph.php');
 require_once('include/contact_widgets.php');
 
-function suggest_init(App &$a) {
+function suggest_init(App $a) {
        if (! local_user()) {
                return;
        }
@@ -49,7 +49,7 @@ function suggest_init(App &$a) {
 
 
 
-function suggest_content(App &$a) {
+function suggest_content(App $a) {
 
        require_once("mod/proxy.php");