[FIX] Missing User ID argument
This commit is contained in:
parent
f613cc6bfd
commit
be8437e9dd
@ -15,7 +15,7 @@ if ( ! $interval = $setting->getValue('statistics_ajax_data_interval')) $interva
|
||||
|
||||
// Gather un-cached data
|
||||
$statistics->setGetCache(false);
|
||||
$hashrate = $statistics->getUserHashrate($username, $interval);
|
||||
$hashrate = $statistics->getUserHashrate($username, $user_id, $interval);
|
||||
$statistics->setGetCache(true);
|
||||
|
||||
// Output JSON
|
||||
|
||||
Loading…
Reference in New Issue
Block a user