Actions
Bug #19181
closedwrong path to pages.gif in linkbrowser
Start date:
2008-08-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I noticed a lot of 404-errors in the apache-log caused by the linkbrowser.
The path to pages.gif, when expanding a page to view its content-elements was incorrect.
The html-sourcecode showed sysext/t3skin/icons/gfx/i/pages.gif while the path to all other images was ../../../sysext/t3skin/ etc.
This is caused by a missing $BACK_PATH in typo3/class.browse_links.php when creating the path to the icon.
Attached is a patch to resolve this issue.
Valid for TYPO3-4.1.7 and TYPO3-4.2.1
(issue imported from #M9099)
Files
No data to display
Actions