mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix update query parameters
This commit is contained in:
@@ -1347,7 +1347,7 @@ class ProcessReleases
|
||||
if (! empty($groupId)) {
|
||||
$collectionQuery->where('groups_id', $groupId);
|
||||
}
|
||||
$collectionQuery->update('filecheck', '=', self::COLLFC_COMPCOLL);
|
||||
$collectionQuery->update(['filecheck' => self::COLLFC_COMPCOLL]);
|
||||
}, 10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user