Project

General

Profile

Bug #55707 ยป Core_Issue_ID_55707.diff

Matthias Kappenberg, 2014-02-14 14:55

View differences:

typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
'orderBy',
'join',
'leftjoin',
'rightjoin'
'rightjoin',
'recursive'
);
foreach ($properties as $property) {
$conf[$property] = isset($conf[$property . '.']) ? trim($this->stdWrap($conf[$property], $conf[$property . '.'])) : trim($conf[$property]);
    (1-1/1)