Fix MGR processing

This commit is contained in:
DariusIII
2017-01-06 19:58:23 +01:00
parent abaf80e6b1
commit e8a51436d4
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -771,7 +771,7 @@ class ProcessReleases
$this->pdo->log->doEcho($this->pdo->log->header("Process Releases -> Create the NZB, delete collections/binaries/parts."));
}
$relMgrp = new ReleasesMultiGroup();
$posters = Utility::convertMultiArray($relMgrp->getAllPosters());
$posters = Utility::convertMultiArray($relMgrp->getAllPosters(), "','");
$releases = $this->pdo->queryDirect(
sprintf("
SELECT SQL_NO_CACHE CONCAT(COALESCE(cp.title,'') , CASE WHEN cp.title IS NULL THEN '' ELSE ' > ' END , c.title) AS title,