Feature #18887 ยป patch_0008577.diff
typo3_src-4.2.0/typo3/sysext/cms/tslib/class.tslib_content.php Sun Jun 1 16:49:58 2008 | ||
---|---|---|
$gifCreator->init();
|
||
$theImage='';
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['GFX']['gdlib']) {
|
||
if ($fileArray['alternativeTempPath'] && t3lib_div::inList($GLOBALS['TYPO3_CONF_VARS']['FE']['allowedTempPaths'],$fileArray['alternativeTempPath'])) {
|
||
$gifCreator->tempPath = $fileArray['alternativeTempPath'];
|
||
$GLOBALS['TT']->setTSlogMessage('Set alternativeTempPath: '.$fileArray['alternativeTempPath']);
|
||
}
|
||
$gifCreator->start($fileArray,$this->data);
|
||
$theImage = $gifCreator->gifBuild();
|
||
}
|