Browse Source

Update lib/private/Share20/Manager.php

tabulator change

Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
pull/14766/head
Morris Jobke 7 years ago
committed by Backportbot
parent
commit
ab7858d1a9
  1. 2
      lib/private/Share20/Manager.php

2
lib/private/Share20/Manager.php

@ -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…
Cancel
Save