[TYPO3-core] FYI: Fixed bug #3777 - thumbs.php looks for file in t3lib/gfx instead of typo3/gfx
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Oct 10 11:00:25 CEST 2006
Hi!
I've changed the wrong reference to PATH_t3lib.'gfx/notfound_thumb.gif'
with PATH_typ3.'gfx/notfound_thumb.gif'. I also had to add
define('PATH_typo3', PATH_site.TYPO3_mainDir), because I wanted to use the
same constants as everywhere.
BTW, in t3lib_div and class.t3lib_extmgm.php are direct references to
typo3conf (PATH_site.'typo3conf/') instead of PATH_typo3conf. Is this worth
changing in 4.0?
Masi
More information about the TYPO3-team-core
mailing list