Bug #19941 ยป 10307_4_2_followup.diff
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
break;
|
||
default:
|
||
if ($this->checkIf($conf['if.'])) {
|
||
$this->includeLibs($conf);
|
||
$content = $this->cObjGet($conf);
|
||
if ($conf['wrap']) {
|
||
$content = $this->wrap($content, $conf['wrap']);
|