Dashboard: Fix Registrations count.
This commit is contained in:
parent
be6424968e
commit
b1d29001ae
|
|
@ -183,7 +183,7 @@ if (!class_exists('registrations')) {
|
|||
exit;
|
||||
}
|
||||
$array = json_decode(json_encode($xml), true);
|
||||
$count = $count + count($array['registrations']['registration']);
|
||||
$count = $count + @sizeof($array['registrations']);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue