Kaynağa Gözat

Update apps/dav/lib/Connector/Sabre/Node.php

Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
tags/v16.0.0alpha1
Christoph Wurst 5 yıl önce
ebeveyn
işleme
aee348c5f5
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      apps/dav/lib/Connector/Sabre/Node.php

+ 1
- 1
apps/dav/lib/Connector/Sabre/Node.php Dosyayı Görüntüle

@@ -297,7 +297,7 @@ abstract class Node implements \Sabre\DAV\INode {
* @return string
*/
public function getNoteFromShare($user) {
if ($user == null) {
if ($user === null) {
return '';
}


Loading…
İptal
Kaydet