Actions
Bug #24017
closedhtmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php, line 28
Start date:
2010-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The foreach loop in EXT:rtehtmlarea/ext_tables.php creates warnings because it is not always an array.
Solution:
Check if $TYPO3_CONF_VARS['EXTCONF'][$_EXTKEY]['plugins'] is an array before
(issue imported from #M16347)
Files
Actions