diff --git a/src/OgBootBundle/Controller/OgBootController.php b/src/OgBootBundle/Controller/OgBootController.php index d420e73..9162daf 100644 --- a/src/OgBootBundle/Controller/OgBootController.php +++ b/src/OgBootBundle/Controller/OgBootController.php @@ -176,7 +176,7 @@ public function getStatus(): Response $installedOglives = $ogLiveConfigResult['installed_ogLives'] ?? []; if ($defaultOglive === null || empty($installedOglives)) { - $installedOglives = ['message' => 'No installed ogLives found']; + $installedOglives = []; } $response = [