Actions
Task #55547
closed[CLEANUP] Remove references to $GLOBALS['FILEMOUNTS']
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
global filemounts are not supported with FAL
anymore as the implementation is done via
file storages directly. All references to the global
FILEMOUNTS is removed as it was an empty
array since 6.0.
It is encouraged to use the $BE_USER functions
directly in the future, and used throughout FAL.
Next step (but not part of this patch) is to clean
up the functions in BasicFileUtility that make use
of the filemounts.
Actions