Bug #27733
Check TYPO3_CONF_VARS doesn´t handle underscores
| Status: | Resolved | Start date: | 2011-06-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
I noticed that the check removes all parts up to and including the last underscore in a variable name. See some examples:
GFX|gdlib==1
--> ok
GFX|gdlib_png==1
--> Variable-Path GLOBALS|TYPO3_CONF_VARS|png did not match the expectation "1"
GFX|im_version_5im6
--> Variable-Path GLOBALS|TYPO3_CONF_VARS|5 did not match the expectation == "im6"
Version is the SVN state from 2011-06-27 ~10:00
Cheers
Lars
Associated revisions
History
Updated by Martin Ficzel over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r58213.