Bug #20077 ยป form.diff
typo3/sysext/cms/tslib/class.tslib_content.php (copie de travail) | ||
---|---|---|
if (is_array($conf['dataArray.'])) { // dataArray is supplied
|
||
$sKeyArray = t3lib_TStemplate::sortedKeyList($conf['dataArray.'], TRUE);
|
||
foreach ($sKeyArray as $theKey) {
|
||
$dAA = $conf['dataArray.'][$theKey.'.'];
|
||
$dAA = $conf['dataArray.'][$theKey];
|
||
if (is_array($dAA)) {
|
||
$temp = array();
|
||
list($temp[0]) = explode('|',$dAA['label.'] ? $this->stdWrap($dAA['label'],$dAA['label.']) : $dAA['label']);
|