X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsuggest.php;h=dd24fc0a2a3a01a120557f7bf659d638c30440cf;hb=1a436264cd9b143f30f9ff3c0ee4b7e0234ebe7e;hp=a6c4b6e5680219e549e0391048b0190c8d2b7634;hpb=479180ca8ea9fb02c8e90b0017d2f584aa199043;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");