parent
6e23480434
commit
d84018763d
@ -437,7 +437,7 @@ class Statistics extends Base {
|
|||||||
// Add our cached shares to the users
|
// Add our cached shares to the users
|
||||||
$aUsers = array();
|
$aUsers = array();
|
||||||
while ($row = $result->fetch_assoc()) {
|
while ($row = $result->fetch_assoc()) {
|
||||||
$row['shares'] = $this->getUserShares($row['id']);
|
$row['shares'] = $this->getUserShares($row['username'], $row['id']);
|
||||||
$aUsers[] = $row;
|
$aUsers[] = $row;
|
||||||
}
|
}
|
||||||
if (count($aUsers) > 0) {
|
if (count($aUsers) > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user