Project

General

Profile

Bug #19810 ยป 10119.diff

Administrator Admin, 2009-01-14 19:30

View differences:

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);
    (1-1/1)