[TYPO3-core] FYI: Fixed bug #12082: PHP fatal error with frameset page
Rupert Germann
rupi at gmx.li
Wed Sep 30 15:52:07 CEST 2009
Hi,
the following changes where committed as a no-brainer to trunk rev 6072
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=12082
Branches: Trunk
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()
greets
rupert
More information about the TYPO3-team-core
mailing list