Update lib/private/Share20/Manager.php

fixed tabulator

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

@ -438,7 +438,7 @@ class Manager implements IManager {
}
// Identical share already existst
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 user');
}

Loading…
Cancel
Save