Fix update query parameters

This commit is contained in:
DariusIII
2019-03-10 21:12:37 +01:00
parent 9c2d9714ed
commit 89e035619e
+1 -1
View File
@@ -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);
}