Actions
Bug #19606
closedRemove duplicate JS-Files in backend.php
Start date:
2008-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in backend.php all JS-files are collected in an array. As this isn't an associative array, it's possible to add duplicated files.
Solution is simple: use array_unique before writing the script-tags
(issue imported from #M9786)
Files
Actions