mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix torrents pager tag_id
This commit is contained in:
+1
-1
@@ -830,7 +830,7 @@ $tagFilter = "";
|
|||||||
$tagId = intval($_REQUEST['tag_id'] ?? 0);
|
$tagId = intval($_REQUEST['tag_id'] ?? 0);
|
||||||
if ($tagId > 0) {
|
if ($tagId > 0) {
|
||||||
$tagFilter = " inner join torrent_tags on torrents.id = torrent_tags.torrent_id and torrent_tags.tag_id = $tagId ";
|
$tagFilter = " inner join torrent_tags on torrents.id = torrent_tags.torrent_id and torrent_tags.tag_id = $tagId ";
|
||||||
$addparam .= "&tag_id=$tagId";
|
$addparam .= "tag_id={$tagId}&";
|
||||||
}
|
}
|
||||||
if ($allsec == 1 || $enablespecial != 'yes')
|
if ($allsec == 1 || $enablespecial != 'yes')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user