Skip to content

Commit fd31fad

Browse files
committed
allow using shared notes folder
1 parent 01fb6c7 commit fd31fad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Service/NoteUtil.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ public function getOrCreateFolder(string $path, bool $create = true) : Folder {
172172
throw new NotesFolderException($path.' is not a folder');
173173
}
174174

175-
if ($folder->isShared()) {
176-
$folderName = $this->root->getNonExistingName($path);
177-
$folder = $this->root->newFolder($folderName);
178-
}
179-
180175
return $folder;
181176
}
182177

0 commit comments

Comments
 (0)