Bug #38053
TYPO3_version, not TYPO3_VERSION
| Status: | Resolved | Start date: | 2012-06-14 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Tags: | |||
| PHP Version: | Complexity: | |||
| Has patch: | Reporter: | |||
| Branch: | ||||
| Votes: | 0 |
Description
In my TYPO3-4.7.1 the constant "TYPO3_VERSION" is not defined.
version_compare() thus fails in line 122.
In contrast the constant "TYPO3_version" IS defined and makes the comparison work. See the patch.
Keep up the good work! And - thanks!!!
Associated revisions
[BUGFIX] Rename constant TYPO3_VERSION -> TYPO3_version
Due to a false autocompletion a false constant has been used.
Fixes: #38053
[BUGFIX] Rename constant TYPO3_VERSION -> TYPO3_version
Due to a false autocompletion a false constant has been used.
Fixes: #38053
History
Updated by Kay Strobach 11 months ago
- Status changed from New to Resolved
You're right, fixed in SVN.
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/3/5/
Regards
Kay