mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
filter torrent_list support search
This commit is contained in:
+1
-1
@@ -1182,7 +1182,7 @@ if ($count) {
|
||||
$rows[] = $row;
|
||||
}
|
||||
}
|
||||
$rows = apply_filter('torrent_list', $rows, $page, $sectiontype);
|
||||
$rows = apply_filter('torrent_list', $rows, $page, $sectiontype, $_GET['search'] ?? '');
|
||||
print($pagertop);
|
||||
if ($sectiontype == $browsecatmode)
|
||||
torrenttable($rows, "torrents", $sectiontype);
|
||||
|
||||
Reference in New Issue
Block a user