mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add event news_created
This commit is contained in:
@@ -799,7 +799,7 @@ HTML;
|
||||
if (is_array($arr) && isset($arr['torrent_id'], $arr['pieces_hash'])) {
|
||||
$out[$arr['pieces_hash']] = $arr['torrent_id'];
|
||||
} else {
|
||||
do_log(sprintf("%s, invalid item: %s(%s)", $logPrefix, var_export($item, true), gettype($item)), 'error');
|
||||
do_log(sprintf("%s, invalid item: %s(%s)", $logPrefix, var_export($item, true), gettype($item)));
|
||||
}
|
||||
}
|
||||
return $out;
|
||||
|
||||
Reference in New Issue
Block a user