Bug #15152 ยป 1728_TYPO3_trunk.patch
typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) | ||
---|---|---|
if ($dbCount) {
|
||
// Set fields
|
||
$this->fieldArray = explode(',','__cmds__,'.$fList);
|
||
$this->fieldArray = t3lib_div::trimExplode(',', '__cmds__,' . $fList, TRUE);
|
||
// Header line is drawn
|
||
$theData = array();
|