Actions
Bug #23469
closedCall to deprecated function template::middle()
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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() { }
So remove this call
(issue imported from #M15582)
Files
Actions