Actions
Bug #62984
closedPHP warning on saving TypoScript with t3editor
Start date:
2014-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
On saving TypoScript data in the accordant backend module using t3editor, the AJAX call issues a PHP warning "Creating default object from empty value". This only happens if at least PHP 5.4 is used. The reason is, that an uninitialized and empty variable is used for object access.
Actions