Actions
Bug #21160
closedMissing clear.gifs in dynTabMenu in setup module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Problem:
to display the startmodule selector the setup module calls t3lib_loadModules->load()
this changes $GLOBALS['BACK_PATH'] which is later needed for the clear.gifs in dynTabMenu.
The call to the missing images fills up the appache log with error messages.
Solution:
restore original value of $GLOBALS['BACK_PATH'] after it has been changed by t3lib_loadModules->load().
(issue imported from #M12088)
Files
Actions