Actions
Bug #20013
closedCall to undefined method SC_wizard_list::printContent()
Start date:
2009-02-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I got an PHP Fatal Error in error_log
because of at
typo3/wizard_list.php is a call to $SOBE->printContent();
but there is no method printContent();
reproducible at TYPO3 4.2.6, 4.3 and other Versions
(issue imported from #M10431)
Files
Updated by Oliver Hader almost 16 years ago
There never was a method called "printContent()" - thus, the call can be removed since the wizard sends location headers...
Updated by Oliver Hader over 15 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 5247)
- Trunk (rev. 5248)
Actions