Project

General

Profile

Bug #20221 » 10744.diff

Administrator Admin, 2009-03-20 15:50

View differences:

t3lib/class.t3lib_tceforms.php (working copy)
$selIconInfo = @getimagesize(PATH_typo3.$icon);
} else {
$selIconFile = t3lib_iconWorks::skinImg($this->backPath,'gfx/'.$icon,'',1);
$selIconInfo = @getimagesize(PATH_typo3.$selIconFile);
$iconPath = substr($selIconFile, strlen($this->backPath));
$selIconInfo = @getimagesize(PATH_typo3 . $iconPath);
}
return array($selIconFile,$selIconInfo);
}
(1-1/2)