mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Switch posters check to model usage
This commit is contained in:
@@ -118,7 +118,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*/
|
||||
public function createMGRNZBs($groupID)
|
||||
{
|
||||
$this->mgrFromNames = Utility::convertMultiArray($this->getAllPosters(), "','");
|
||||
$this->mgrFromNames = MultigroupPosters::commaSeparatedList();
|
||||
|
||||
$releases = $this->pdo->queryDirect(
|
||||
sprintf("
|
||||
|
||||
Reference in New Issue
Block a user