Improve error messge text for app upgrade try (#15375)

This commit is contained in:
Martin 2015-04-05 18:44:02 +02:00 committed by root
parent 3e8f6cdba9
commit 676e86b314
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}