Project

General

Profile

Feature #20256 ยป 010814-TS_file_current.patch

Administrator Admin, 2009-03-31 12:38

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
return $gifCreator->getImageDimensions($theImage);
break;
default:
if ($fileArray['import.']) {
if ($fileArray['current']) {
$file = $this->getCurrentVal();
} else if ($fileArray['import.']) {
$ifile = $this->stdWrap('',$fileArray['import.']);
if ($ifile) {$file = $fileArray['import'].$ifile;}
}
    (1-1/1)