Opps, also this!
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
470556764b
commit
dc8f758860
|
@ -2356,7 +2356,7 @@ function gs_fetch_users($server) {
|
||||||
$hostname = $statistics->instance_address;
|
$hostname = $statistics->instance_address;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_object($statistics->users))
|
if (is_object($statistics->users)) {
|
||||||
foreach ($statistics->users AS $nick => $user) {
|
foreach ($statistics->users AS $nick => $user) {
|
||||||
$profile_url = $server."/".$user->nickname;
|
$profile_url = $server."/".$user->nickname;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue