Project

General

Profile

Bug #61117 ยป patch-where.diff

Kilian Hann, 2014-08-21 13:26

View differences:

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