Kaynağa Gözat

Merge pull request #39743 from nextcloud/fixNullArray

fix: Don't try to access null array
tags/v28.0.0beta1
Git'Fellow 8 ay önce
ebeveyn
işleme
60e0322365
No account linked to committer's email address

+ 1
- 0
apps/federatedfilesharing/lib/Notifications.php Dosyayı Görüntüle

@@ -261,6 +261,7 @@ class Notifications {
$status = json_decode($result['result'], true);

if ($result['success'] &&
isset($status['ocs']['meta']['statuscode']) &&
($status['ocs']['meta']['statuscode'] === 100 ||
$status['ocs']['meta']['statuscode'] === 200
)

Loading…
İptal
Kaydet