Actions
Bug #21155
closedPHP fatal error with frameset page
Start date:
2009-09-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
PHP Fatal error: Call to undefined method tslib_fe::addBodyContent() in /trunk/typo3/sysext/cms/tslib/class.tslib_pagegen.php on line 981
steps to reproduce:
create a new page
open the template module and create a template for a new page with one of the frameset examples (e.g Candidate)
Solution:
use $pageRenderer->addBodyContent()
instead of $GLOBALS['TSFE']->addBodyContent()
(issue imported from #M12082)
Files
Actions