From: Roland Häder Date: Sun, 18 Jun 2017 20:14:21 +0000 (+0200) Subject: Opps, also this! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc8f7588606ce8bbd3f2a196926345595b26ade0;p=friendica.git Opps, also this! Signed-off-by: Roland Häder --- diff --git a/include/socgraph.php b/include/socgraph.php index aea2175d44..f19c53e1f2 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -2356,7 +2356,7 @@ function gs_fetch_users($server) { $hostname = $statistics->instance_address; } - if (is_object($statistics->users)) + if (is_object($statistics->users)) { foreach ($statistics->users AS $nick => $user) { $profile_url = $server."/".$user->nickname;