Project

General

Profile

Actions

Bug #23469

closed

Call to deprecated function template::middle()

Added by Steffen Gebert about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
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

15582.diff (421 Bytes) 15582.diff Administrator Admin, 2010-08-27 23:03
Actions #1

Updated by Xavier Perseguers about 14 years ago

Committed to:

- trunk (rev. 37409)
- DBAL_1-1 (rev. 37410)
- DBAL_1-0 (rev. 37411)

Actions

Also available in: Atom PDF