Bug #19810 ยป 10119.diff
typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc (working copy) | ||
---|---|---|
$templateCode = $this->removeRequired($templateCode,$failure);
|
||
$this->setCObjects($templateCode);
|
||
if (!is_array($this->dataArr)) {
|
||
$this->dataArr = array();
|
||
}
|
||
|
||
$markerArray = $this->cObj->fillInMarkerArray($this->markerArray, $this->dataArr, '', TRUE, 'FIELD_', $this->recInMarkersHSC);
|
||
if ($this->conf['create.']['preview'] && !$this->previewLabel) {$markerArray['###HIDDENFIELDS###'].= '<input type="hidden" name="preview" value="1" />';}
|
||
$content = $this->cObj->substituteMarkerArray($templateCode, $markerArray);
|