]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
Modified the warning message
[friendica.git] / mod / suggest.php
index 6ded66286aaec5d69289a21572bce4e3bc2005f0..dd24fc0a2a3a01a120557f7bf659d638c30440cf 100644 (file)
@@ -3,8 +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;
        }
@@ -50,7 +49,7 @@ function suggest_init(App &$a) {
 
 
 
-function suggest_content(App &$a) {
+function suggest_content(App $a) {
 
        require_once("mod/proxy.php");