mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
recover ptGen
This commit is contained in:
@@ -51,7 +51,7 @@ switch ($siteid)
|
||||
{
|
||||
$ptGen = new \Nexus\PTGen\PTGen();
|
||||
try {
|
||||
$ptGen->updateTorrentPtGen($row, $siteid);
|
||||
$ptGen->updateTorrentPtGen($id);
|
||||
} catch (\Exception $e) {
|
||||
$log = $e->getMessage() . ", trace: " . $e->getTraceAsString();
|
||||
do_log($log, 'error');
|
||||
|
||||
Reference in New Issue
Block a user