[TYPO3-core] RFC: Fix for bug #2667

Michael Stucki michael at typo3.org
Fri Feb 24 09:35:39 CET 2006


Hi Karsten,

> Problem: wrong path to fileicons due to symlink removal
>
> Solution: see attached patch.

Looks ok but I wonder how this could be working in the past:

-// TODO the path should be configurable
-                               $iconP = 
t3lib_extMgm::siteRelPath('cms').'media/fileicons/';
+// TODO the path should be configurable (see bug #1378)
+                               $iconP = 
t3lib_extMgm::siteRelPath('cms').'tslib/media/fileicons/';

media/ was never linked from inside of the "cms" extension.
Could it be that t3lib_extMgm::siteRelPath('cms') is returning
an empty string? Please make sure you try this first.

- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060224/bb520f85/attachment.pgp 


More information about the TYPO3-team-core mailing list