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
Updated by Stanislas Rolland about 14 years ago
Hi Fabrizio,
Thanks for caring about this issue.
However, I had to change the referenced array to ensure that the extension's csh files are always available.
Regards,
Stanislas
Updated by Stanislas Rolland about 14 years ago
Committed to SVN TYPO3core trunk (revision 9345).
Actions