Kaynağa Gözat

Update lib/private/Share20/Manager.php

tabulator change

Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
tags/v16.0.0beta1
Morris Jobke 5 yıl önce
ebeveyn
işleme
ab7858d1a9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      lib/private/Share20/Manager.php

+ 1
- 1
lib/private/Share20/Manager.php Dosyayı Görüntüle

@@ -493,7 +493,7 @@ class Manager implements IManager {
//It is a new share so just continue
}

if ($existingShare->getSharedWith() === $share->getSharedWith() && ($existingShare->getShareType() === $share->getShareType())) {
if ($existingShare->getSharedWith() === $share->getSharedWith() && $existingShare->getShareType() === $share->getShareType()) {
throw new \Exception('Path is already shared with this group');
}
}

Loading…
İptal
Kaydet