Bug #20221 » 10744_v2.diff
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);
|
||
}
|
- « Previous
- 1
- 2
- Next »