Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue that prevented managing folders in user mode
Closes #5456 Basically there was a permission check on the user folder but this did not account for the current folder being a children of the user folder. The code now checks recursivelly to see if the user is inside of the user folder instead of exactly in that folder.
- Loading branch information