mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
App summary is optional
Fixing: Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392 Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ab83f3ab0f
commit
aea8e78fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ class ThemingController extends Controller {
|
|||
} else {
|
||||
$startUrl = $this->urlGenerator->getBaseUrl() . '/apps/' . $app . '/';
|
||||
}
|
||||
$description = $info['summary'];
|
||||
$description = $info['summary'] ?? '';
|
||||
}
|
||||
$responseJS = [
|
||||
'name' => $name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue