diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 82cb15037ceaf..a735dfafc2ce8 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -389,7 +389,7 @@ public function getManifest($app) { } else { $startUrl = $this->urlGenerator->getBaseUrl() . '/apps/' . $app . '/'; } - $description = $info['summary']; + $description = $info['summary'] ?? ''; } $responseJS = [ 'name' => $name,