[TYPO3-core] RFC #15582: [dbal] Call to deprecated function template::middle()
Steffen Gebert
steffen at steffen-gebert.de
Fri Aug 27 23:23:07 CEST 2010
Hi!
This is a SVN patch request.
Type: Bugfix
Bugtracker reference:
http://bugs.typo3.org/view.php?id=15582
Branches:
trunk
Problem:
mod1 calls the function template::middle() in mod1/index.php:
public function printContent() {
$this->content .= $this->doc->middle();
$this->content .= $this->doc->endPage();
echo $this->content;
}
middle() does exactly nothing:
function middle() { }
Solution:
remove call
Kind regards
Steffen
--
Steffen Gebert
TYPO3 Core Team Member
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15582.diff
Type: text/x-diff
Size: 421 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100827/c5a84fc0/attachment.diff>
More information about the TYPO3-team-core
mailing list