From dc8f7588606ce8bbd3f2a196926345595b26ade0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Sun, 18 Jun 2017 22:14:21 +0200 Subject: [PATCH] Opps, also this! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- include/socgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/socgraph.php b/include/socgraph.php index aea2175d4..f19c53e1f 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;