Opps, also this!

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-06-18 22:14:21 +02:00
parent 470556764b
commit dc8f758860
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -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;