Merge branch 'master' into develop

This commit is contained in:
Lucas Bartholemy 2020-07-29 10:45:54 +02:00
commit 7a548739b3

View File

@ -97,7 +97,7 @@ class IncompleteSetupWarning extends Widget
->one($queue->db);
if (is_array($counter) && $counter['jobCount'] > 0) {
if (is_array($counter) && array_key_exists('jobCount', $counter) && $counter['jobCount'] > 0) {
return false;
}
}