mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #29790 from nextcloud/backport/29784/stable22
[stable22] App summary is optional
This commit is contained in:
commit
a4e6ba1b50
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