mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #29784 from nextcloud/bugfix/noid/app-summary-is-optional
App summary is optional
This commit is contained in:
commit
7508fedcb4
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,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