[TYPO3-core] RFC #15582: [dbal] Call to deprecated function template::middle()
Markus Klein
m.klein at mfc-linz.at
Sat Aug 28 00:18:52 CEST 2010
+1 on reading.
(IMO testing not necessary)
Markus
> -----Original Message-----
> From: typo3-team-core-bounces at lists.typo3.org [mailto:typo3-team-core-
> bounces at lists.typo3.org] On Behalf Of Steffen Gebert
> Sent: Friday, August 27, 2010 11:23 PM
> To: typo3-team-core at lists.typo3.org
> Subject: [TYPO3-core] RFC #15582: [dbal] Call to deprecated function
> template::middle()
>
> 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
More information about the TYPO3-team-core
mailing list