Skip to content

Commit

Permalink
[CouchDB_MRI_Importer] Remove extra argument in _getQueryForSelectedF…
Browse files Browse the repository at this point in the history
…iles (#8947)

's.ID' was being passed as a third argument to the function _getQueryForSelectedFiles, but this function only takes 2 arguments.

Resolves #8470
  • Loading branch information
CamilleBeau authored Nov 14, 2023
1 parent 43d2070 commit d8a3433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/importers/CouchDB_MRI_Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ function _generateCandidatesQuery($ScanTypes)
. ' THEN ('
. $this->_getQueryForSelectedFiles(
'COALESCE(fqs.QCStatus, "No QC on selected file")',
$scantype,
's.ID'
$scantype
)
. ') '
. ' WHEN 0 '
Expand Down

0 comments on commit d8a3433

Please # to comment.