[TYPO3-core] RFC: resolveBackPath in t3lib_iconworks

René Fritz rene at typo3.org
Fri Dec 1 11:17:09 CET 2006


 
> $absFile = t3lib_div::resolveBackPath($absFile);

> I once tried (and failed) to resolve icon realted issues with skinning. I
> am willing to believe your patch does mor good than any possible harm, but
> I'd like to check the impat of this a little more than is possible now.
>
> So -1 for 4.0.3. It's too late.

$absFile is just used to look if the file exist already 
if (@file_exists($absFile))
end reading the file
$im = t3lib_iconworks::imagecreatefrom($absFile);

Nothing more. No hashes or something.

René


More information about the TYPO3-team-core mailing list