Actions
Bug #19074
closedConstant Editor/Template Editor changes not saved in Internet Explorer 6/7
Start date:
2008-07-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Changes of template or constant code will not be saved/updated.
Tested with IE6 and IE7.
It's the same issue like in Case 0007781.
I've changed in class.tx_tstemplateinfo.php line 192.
if ($POST['submit'])
to
if ($POST['submit'] || ($POST["submit_x"] && $POST["submit_y"]) )
then it works correctly.
(issue imported from #M8920)
Actions