Bug #43962
TypoScriptConfigHelpModuleController check for obsolete sysext:em
Status: | Closed | Start date: | 2012-12-13 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Code Cleanup | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: | easy |
Description
There is a check for the old, obsolete sysext "em" in the \TYPO3\CMS\TsconfigHelp\Controller\TypoScriptConfigHelpModuleController method 'unzip'. And it tries to create the non existent class "tx_em_Tools_Unzip".
The PHP function "zip_open()" might be used instead.
Related issues
History
#1 Updated by Marc Bastian Heinrichs over 1 year ago
- Status changed from New to Closed
- Is Regression set to No
tsconfig_help has been removed with #47931.