Project

General

Profile

Actions

Bug #21371

closed

Remove WIN-check in tsconfig_help::rebuild

Added by Steffen Kamper about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

12355.diff (7.38 KB) 12355.diff Administrator Admin, 2009-10-26 23:50
Actions #1

Updated by Steffen Kamper about 15 years ago

committed to trunk, rev 6290

Actions

Also available in: Atom PDF