소스 검색

Merge pull request #39743 from nextcloud/fixNullArray

fix: Don't try to access null array
tags/v28.0.0beta1
Git'Fellow 8 달 전
부모
커밋
60e0322365
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      apps/federatedfilesharing/lib/Notifications.php

+ 1
- 0
apps/federatedfilesharing/lib/Notifications.php 파일 보기

@@ -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…
취소
저장