mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 15:05:03 +08:00
finish plugin: sticky promotion
This commit is contained in:
@@ -99,7 +99,7 @@ function maketable($res, $mode = 'seeding')
|
||||
$catname = htmlspecialchars($arr["catname"]);
|
||||
|
||||
$sphighlight = get_torrent_bg_color($arr['sp_state']);
|
||||
$sp_torrent = get_torrent_promotion_append($arr['sp_state']);
|
||||
$sp_torrent = get_torrent_promotion_append($arr['sp_state'], '', false, '', 0, '', $arr['__ignore_global_sp_state'] ?? false);
|
||||
//Total size
|
||||
if ($showtotalsize){
|
||||
$total_size += $arr['size'];
|
||||
|
||||
Reference in New Issue
Block a user