Feature #19216 ยป 0009164.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
$gifCreator->init();
|
||
$theImage='';
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['GFX']['gdlib']) {
|
||
$fileArray['XY'] = $this->stdWrap($fileArray['XY'], $fileArray['XY.']);
|
||
$gifCreator->start($fileArray,$this->data);
|
||
$theImage = $gifCreator->gifBuild();
|
||
}
|