Compare commits

..

No commits in common. "d2af098296e865642c5667490a37b9086d63e838" and "cdde773d3957b36e784feb059ab1c9af70f3954c" have entirely different histories.

View File

@ -43,7 +43,7 @@ class SolrIndexCheck implements EnvironmentCheck
if (!empty($brokenCores)) {
return [
EnvironmentCheck::ERROR,
'The following indexes are unavailable: ' . implode(', ', $brokenCores)
'The following indexes are unavailable: ' . implode($brokenCores ?? '', ', ')
];
}