mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: forbid moving a folder into a subfolder of itself
Signed-off-by: Robin Appelman <robin@icewind.nl> [skip ci]
This commit is contained in:
parent
e29eb3ccd2
commit
7cb1ebacb9
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ use OCP\Files\Cache\ICacheEntry;
|
|||
use OCP\Files\ConnectionLostException;
|
||||
use OCP\Files\EmptyFileNameException;
|
||||
use OCP\Files\FileNameTooLongException;
|
||||
use OCP\Files\ForbiddenException;
|
||||
use OCP\Files\InvalidCharacterInPathException;
|
||||
use OCP\Files\InvalidDirectoryException;
|
||||
use OCP\Files\InvalidPathException;
|
||||
|
|
|
|||
Loading…
Reference in a new issue