Feature #20256 ยป 010814-TS_file_current.patch
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;}
|
||
}
|