[FIX] Properly show user sharerate

This commit is contained in:
Sebastian Grewe 2013-09-19 09:24:48 +02:00
parent d863e66ef4
commit c4d11885e3

View File

@ -325,7 +325,7 @@ class Statistics {
* @param account_id integer User ID
* @return data integer Current Sharerate in shares/s
**/
public function getUserSharerate($account_id) {
public function getUserSharerate($account_id, $interval) {
$this->debug->append("STA " . __METHOD__, 4);
if ($data = $this->memcache->get(__FUNCTION__ . $account_id)) return $data;
$stmt = $this->mysqli->prepare("