mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Revert the model to original, use function from Itility class
This commit is contained in:
@@ -118,7 +118,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*/
|
||||
public function createMGRNZBs($groupID)
|
||||
{
|
||||
$this->mgrFromNames = MultigroupPosters::commaSeparatedList();
|
||||
$this->mgrFromNames = Utility::convertMultiArray(MultigroupPosters::find('all'), "','");
|
||||
|
||||
$releases = $this->pdo->queryDirect(
|
||||
sprintf("
|
||||
|
||||
Reference in New Issue
Block a user