[CLEANUP] Remove references to $GLOBALS['FILEMOUNTS']
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. Next step (but not part of this patch) is to clean up the functions in BasicFileUtility that make use of the filemounts. Releases: 6.2 Resolves: #55547 Change-Id: I07e08afe54c174d1c3a67c41645819e5831fd1e3 Reviewed-on: https://review.typo3.org/27227 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
Showing
- typo3/sysext/backend/Classes/Controller/File/FileController.php 1 addition, 1 deletion...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 3 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
- typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php 1 addition, 2 deletions...Tests/Functional/Utility/File/ExtendedFileUtilityTest.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 1 addition, 1 deletion...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 14 additions, 21 deletions...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/impexp/Classes/ImportExport.php 1 addition, 1 deletiontypo3/sysext/impexp/Classes/ImportExport.php
- typo3/sysext/impexp/Classes/Task/ImportExportTask.php 2 additions, 7 deletionstypo3/sysext/impexp/Classes/Task/ImportExportTask.php
- typo3/sysext/lowlevel/Classes/RteImagesCommand.php 1 addition, 1 deletiontypo3/sysext/lowlevel/Classes/RteImagesCommand.php
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 1 addition, 1 deletiontypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
- typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php 0 additions, 2 deletions...ecordlist/Classes/Controller/ElementBrowserController.php
- typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php 0 additions, 2 deletions.../rtehtmlarea/Classes/Controller/BrowseLinksController.php
- typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php 0 additions, 2 deletions.../rtehtmlarea/Classes/Controller/SelectImageController.php
Please register or sign in to comment