diff --git a/public/include/classes/statistics.class.php b/public/include/classes/statistics.class.php index cdaecc1c..d8d55fb6 100644 --- a/public/include/classes/statistics.class.php +++ b/public/include/classes/statistics.class.php @@ -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("