require lang_functions every page

This commit is contained in:
xiaomlove
2022-06-09 01:47:33 +08:00
parent dfc857061a
commit 11d906a869
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1142,7 +1142,7 @@ if ($count) {
$rows[] = $row;
}
}
$rows = apply_filter('torrent_list', $rows, $page, 'list');
$rows = apply_filter('torrent_list', $rows, $page, $sectiontype);
print($pagertop);
if ($sectiontype == $browsecatmode)
torrenttable($rows, "torrents");