Bug #21577 ยป 12621.diff
typo3/sysext/scheduler/mod1/index.php (working copy) | ||
---|---|---|
* @return void
|
||
*/
|
||
public function render() {
|
||
$this->content .= $this->doc->endPage();
|
||
echo $this->content;
|
||
}
|
||