X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsuggest.php;h=dd24fc0a2a3a01a120557f7bf659d638c30440cf;hb=9259feec6f4b0a24c15f971a3dc8fa54f4f08141;hp=a6c4b6e5680219e549e0391048b0190c8d2b7634;hpb=9fad8109ffafa689ff5b230906d21dec18cd8725;p=friendica.git diff --git a/mod/suggest.php b/mod/suggest.php index a6c4b6e568..dd24fc0a2a 100644 --- a/mod/suggest.php +++ b/mod/suggest.php @@ -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");