We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f724102 commit 2f1949aCopy full SHA for 2f1949a
lib/private/Share20/Manager.php
@@ -600,7 +600,7 @@ protected function pathCreateChecks($path) {
600
$mounts = $this->mountManager->findIn($path->getPath());
601
foreach ($mounts as $mount) {
602
if ($mount->getStorage()->instanceOfStorage('\OCA\Files_Sharing\ISharedStorage')) {
603
- throw new \InvalidArgumentException('Path contains files shared with you');
+ throw new \InvalidArgumentException('You cannot share a folder that contains other shares');
604
}
605
606
0 commit comments