Skip to content
Snippets Groups Projects
Commit 6356b5b9 authored by Nicole Cordes's avatar Nicole Cordes Committed by Wouter Wolters
Browse files

[FOLLOWUP][TASK] Streamline ext_tables/ext_localconf of system extensions

This patch removes a superfluous DriverRegistry->addDriversToTCA call
which is done in Configuration/TCA/Overrides/sys_file_storage.php
already.

Resolves: #77037
Releases: master
Change-Id: I654a97deefeb9c1d3f709bba0731ca93c1b6005a
Reviewed-on: https://review.typo3.org/49231


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 8f2eee53
Branches
Tags
No related merge requests found
......@@ -38,10 +38,6 @@ $GLOBALS['PAGES_TYPES'] = array(
),
);
/** @var \TYPO3\CMS\Core\Resource\Driver\DriverRegistry $registry */
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Resource\Driver\DriverRegistry::class)
->addDriversToTCA();
/**
* $TBE_MODULES contains the structure of the backend modules as they are
* arranged in main- and sub-modules. Every entry in this array represents a
......
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