mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
chore: add warning in case of failure
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
837e006e7f
commit
5a29cc51c7
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ class AppFetcher extends Fetcher {
|
|||
|
||||
$apps = parent::get($allowPreReleases);
|
||||
if (empty($apps)) {
|
||||
$this->logger->warning('Could not get apps from the appstore', ['app' => 'appstoreFetcher']);
|
||||
return [];
|
||||
}
|
||||
$allowList = $this->config->getSystemValue('appsallowlist');
|
||||
|
|
|
|||
Loading…
Reference in a new issue