mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix wrong table name in getAlternate function.
This commit is contained in:
@@ -1815,7 +1815,7 @@ class Releases
|
||||
|
||||
$alternate = $this->pdo->queryOneRow(sprintf('SELECT * FROM releases r
|
||||
WHERE r.searchname %s
|
||||
AND r.guid NOT IN (SELECT guid FROM failed_downloads WHERE userid = %d)',
|
||||
AND r.guid NOT IN (SELECT guid FROM dnzb_failures WHERE userid = %d)',
|
||||
$this->pdo->likeString($searchname),
|
||||
$userid
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user