Actions
Bug #16752
closeddrawRTE() loads global RTE config instead of function parameter $thisConfig
Start date:
2006-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function drawRTE(&$pObj,$table,$field,$row,$PA,$specConf,$thisConfig,$RTEtypeVal,$RTErelPath,$thePidValue)
does not load the paramter $thisConfig, but uses the global RTE config instead.
If a plugin passes to function drawRTE() the parameter $thisConfig, all the RTE-values in $thisConfig are ignored and $pageTSConfig['RTE.'] is loaded instead.
(issue imported from #M4588)
Files
Actions