mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 06:26:09 +01:00
[!!!][TASK] Do not handle 'uploadsfolder' in ext_emconf anymore
With TCA type=group with internal_type=file and file_reference being dropped, the uploads/ folder is unused and obsolete. The patch drops further related code in this area, especially the ext_emconf.php property uploadsfolder is obsolete. It is dropped from all ext_emconf.php files together with its handling in extensionmanager. Change-Id: I93abc7d614b17adf4d0f2f896e346d3147c49472 Resolves: #87445 Releases: master Reviewed-on: https://review.typo3.org/59443 Tested-by: TYPO3com <noreply@typo3.com> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
79ade302fa
commit
ff8f9195c7
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'author_email' => 'typo3cms@typo3.org',
|
||||
'author_company' => '',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '10.0.0',
|
||||
|
|
Loading…
Reference in a new issue