Task #41271
Task #37081: Remove deprecated functions
Deprecated function used: returnFilemounts() - since TYPO3 6.0, will be removed in TYPO3 6.1
Status: | Closed | Start date: | 2012-09-22 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Georg Ringer | % Done: | 0% |
|
Category: | Code Cleanup | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
22-09-12 23:43: TYPO3\CMS\Core\Authentication\BackendUserAuthentication->returnFilemounts() - since TYPO3 6.0, will be removed in TYPO3 6.1 as getFileStorages() should be the one to be used - require(typo3\init.php),typo3\sysext\cms\layout\db_layout.php#39 // TYPO3\CMS\Core\Core\Bootstrap->initializeBackendUserMounts#100 // TYPO3\CMS\Core\Authentication\BackendUserAuthentication->returnFilemounts#784 // TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction#1851 (typo3\sysext\core\Classes\Authentication\BackendUserAuthentication.php#1850)
2
Related issues
History
#1 Updated by Georg Ringer almost 3 years ago
- Parent task set to #37081
#2 Updated by Stefan Neufeind over 2 years ago
Georg, I think this issue is about a deprecated function being used while #37081 you assigned as a parent is about removing code that is no longer used anymore. Could that be?
#3 Updated by Stefan Neufeind over 2 years ago
confirmed with 6.0 final
#4 Updated by Christian Kuhn over 2 years ago
- Status changed from Accepted to Closed
Resolved with #36405