Task #40878
Superfluous brackets in sysext backend after namespaces move
Status: | Resolved | Start date: | 2012-09-12 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Arvid Jakobsson | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
The following syntax appears in various parts of the core:
- if (((!$root && !$DBmount) && $elFromTable) && $GLOBALS['TCA'][$table]['ctrl']['sortby']) { + if (!$root && !$DBmount && $elFromTable && $GLOBALS['TCA'][$table]['ctrl']['sortby']) {
Related issues
Associated revisions
[TASK] Remove superfluous parenthesis in sysext backend
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I8a30e8689c1c567770d0c03beaa12a0bf29e9b09
Resolves: #40878
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14563
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
History
#1 Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14563
#2 Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14563
#3 Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14563
#4 Updated by Arvid Jakobsson almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4433a85e6ddaf8a07c2226b5d3b92e9da34e19d1.