mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Improve error messge text for app upgrade try (#15375)
This commit is contained in:
parent
3e8f6cdba9
commit
676e86b314
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ class OCSClient {
|
|||
|
||||
$tmp = $data->data->content;
|
||||
if (is_null($tmp)) {
|
||||
\OC_Log::write('core', 'No update found at the ownCloud appstore for app ' . $id, \OC_Log::INFO);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue