Project

General

Profile

Feature #23891 ยป tslib_content_COA.diff

Administrator Admin, 2010-10-31 17:55

View differences:

typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray.php (revision )
if ($this->cObj->checkIf($conf['if.'])) {
$this->cObj->includeLibs($conf);
$content = $this->cObj->cObjGet($conf);
if ($conf['wrap']) {
$content = $this->cObj->wrap($content, $conf['wrap']);
$wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
if ($wrap) {
$content = $this->cObj->wrap($content, $wrap);
}
if ($conf['stdWrap.']) {
if (isset($conf['stdWrap.'])) {
$content = $this->cObj->stdWrap($content, $conf['stdWrap.']);
}
}
    (1-1/1)