mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Typo in query.
This commit is contained in:
@@ -1152,7 +1152,7 @@ Class ProcessAdditional
|
||||
SELECT COUNT(releasefiles.releaseID) AS count,
|
||||
SUM(releasefiles.size) AS size
|
||||
FROM releasefiles
|
||||
WHERE releaseid = %d',
|
||||
WHERE releaseID = %d',
|
||||
$this->_release['ID']
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user