Actions
Bug #21501
closedInstall Tool duplicates values of textarea fields
Start date:
2009-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I save 'Install Tool' / 'All Configuration', I get
(while not having changed anything !):
$TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] = '[GLOBAL]'.chr(10).'extension.pdf_generator2.typeNum = 123'.chr(10).'[GLOBAL]'.chr(10).'extension.pdf_generator2.typeNum = 123'
1) I have installed "pdf_generator2" that does
t3lib_extMgm::addTypoScriptConstants('extension.pdf_generator2.typeNum = 123");
in ext_localconf.php
2) Every save in 'Install Tool' / 'All Configuration' duplicates the contents of $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants']
(issue imported from #M12514)
Files
Actions