mirror of
https://github.com/humhub/humhub.git
synced 2025-02-12 03:26:25 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
7a548739b3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user