Bug #21079 ยป 11986.diff
typo3/mod/tools/em/class.em_index.php (Arbeitskopie) | ||
---|---|---|
$content = $this->doc->startPage('Extension Manager');
|
||
$content.= $this->doc->moduleBody($this->pageinfo, $docHeaderButtons, $markers);
|
||
$contentParts=explode('###CONTENT###',$content);
|
||
ob_end_flush();
|
||
echo $contentParts[0].$this->content;
|
||
$this->doPrintContent = FALSE;
|
||
... | ... | |
$content = $this->doc->startPage('Extension Manager');
|
||
$content.= $this->doc->moduleBody($this->pageinfo, $docHeaderButtons, $markers);
|
||
$contentParts=explode('###CONTENT###',$content);
|
||
ob_end_flush();
|
||
echo $contentParts[0].$this->content;
|
||
$this->doPrintContent = FALSE;
|