Skip to content
Snippets Groups Projects
Commit 30d99021 authored by Benni Mack's avatar Benni Mack
Browse files

[BUGFIX] Verify folder access for file mounts of BE users

The current implementation does not allow non-admins backend
users to import files as the folder access always returns false
due to the empty $mounts variable inside BasicFileFunc.

As FAL does the permission checks automatically, the logic
from BasicFileFunc is not needed anymore, and can be
accessed directly.

Resolves: #75331
Releases: master
Change-Id: I0211286cc6ae939229a0d7eb45adc89d1600d635
Reviewed-on: https://review.typo3.org/47454


Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 76ebf8c6
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment