mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Fix wrong categorization.
This commit is contained in:
@@ -2266,7 +2266,7 @@ Class ProcessAdditional
|
||||
}
|
||||
|
||||
// Get a new category ID.
|
||||
$newCategory = $this->_categorize->determineCategory($newName, $this->_release['groupID']);
|
||||
$newCategory = $this->_categorize->determineCategory($this->_release['groupID'], $newName);
|
||||
|
||||
$newTitle = $this->pdo->escapeString(substr($newName, 0, 255));
|
||||
// Update the release with the data.
|
||||
|
||||
Reference in New Issue
Block a user