Actions
Bug #17458
closeduser elements of type processor (mode=processor) gives js-errot
Start date:
2007-07-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if user element is used with mode=processor the request gives a js error;
this can be fixed with following change:
edit
EXT:rtehtmlarea/mod5/tx_rtehtmlarea_user.php
edit line 236
before:
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ';';
after:
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ');';
just add a missing parenthesis
(issue imported from #M5945)
Files
Updated by Oliver Hader over 17 years ago
Committed to SVN:
- TYPO3_4-1 -- will be part of TYPO3 4.1.2
- Trunk
Actions