We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b0d28 commit 7887074Copy full SHA for 7887074
1 file changed
Blacklight/processing/ProcessReleases.php
@@ -834,7 +834,7 @@ public function deleteReleases(): void
834
$releases = Release::query()
835
->select(['id', 'guid'])
836
->where('passwordstatus', '=', Releases::PASSWD_RAR)
837
- ->whereIn('id', function ($query) {
+ ->orWhereIn('id', function ($query) {
838
$query->select('releases_id')
839
->from('release_files')
840
->where('passworded', '=', Releases::PASSWD_RAR);
0 commit comments