diff --git a/Blacklight/processing/ProcessReleases.php b/Blacklight/processing/ProcessReleases.php index b898ecd3e..dc8e02f5f 100755 --- a/Blacklight/processing/ProcessReleases.php +++ b/Blacklight/processing/ProcessReleases.php @@ -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); }