[FIX] Missing User ID argument

This commit is contained in:
Neozonz 2014-01-21 20:07:07 -05:00
parent f613cc6bfd
commit be8437e9dd

View File

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