Bug #25189 » 20110324 Patch 17779 4.5.2.diff
/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php Do Mrz 24 16:18:56 2011 | ||
---|---|---|
foreach($sKeyArray as $theKey) {
|
||
$theValue=$this->setup[$theKey];
|
||
if (intval($theKey) && $conf=$this->setup[$theKey.'.']) {
|
||
$isStdWrapped = array();
|
||
foreach($conf as $key => $value) {
|
||
$parameter = rtrim($key,'.');
|
||
if(!$isStdWrapped[$parameter] && isset($conf[$parameter.'.'])) {
|
||
$conf[$parameter] = $this->cObj->stdWrap($conf[$parameter], $conf[$parameter.'.']);
|
||
$isStdWrapped[$parameter] = 1;
|
||
}
|
||
}
|
||
switch($theValue) {
|
||
// Images
|
||
case 'IMAGE':
|