mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix torrents pagination
This commit is contained in:
@@ -161,10 +161,3 @@ function saveUserMedal($params)
|
||||
$rep = new \App\Repositories\MedalRepository();
|
||||
return $rep->saveUserMedal($CURUSER['id'], $data);
|
||||
}
|
||||
|
||||
function claimAllSeeding()
|
||||
{
|
||||
global $CURUSER;
|
||||
$rep = new \App\Repositories\ClaimRepository();
|
||||
return $rep->claimAllSeeding($CURUSER['id']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user