Actions
Bug #21371
closedRemove WIN-check in tsconfig_help::rebuild
Start date:
2009-10-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a wrong OS-check in tsconfig_help:
if ($GLOBALS['TYPO3_OS'] === 'WIN')
This is wrong, as the OS is saved in constant TYPO3_OS, not in GLOBALS.
Now correcting the check would disable it for windows. i checked, and rebuild works on windows.
So: remove the check.
(issue imported from #M12355)
Files
Actions