Merge pull request #15411 from mmattel/fix_for_15375_better_message_text

Improve error messge text for app upgrade try (#15375)
This commit is contained in:
Thomas Müller 2015-04-27 13:38:16 +02:00
commit cc331609bf

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