Commit 21e263a
committed
fix(operation): groupfolder path is user independent
getPath returns the relativ to the user, i.e.
$userid/files/$groupFolderInternalPath which is then used to contstruct
the absolute path and keeping this information. By using getInernalPath()
we only receive the groupfolder relativ path and can construct the correct
and expected Nextcloud relative path as advertised.
Signed-off-by: Arthur Schiwon <[email protected]>1 parent 54019e0 commit 21e263a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments