Project

General

Profile

Actions

Task #40962

closed

Superfluous brackets in sysexts "aboutmodules", "adodb", "belog" and "beuser" after namespaces move

Added by Arvid Jakobsson over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Code Cleanup
Target version:
-
Start date:
2012-09-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The following syntax appears in various parts of these extensions:

-    if (((!$root && !$DBmount) && $elFromTable) && $GLOBALS['TCA'][$table]['ctrl']['sortby']) {
+    if (!$root && !$DBmount && $elFromTable && $GLOBALS['TCA'][$table]['ctrl']['sortby']) {

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #40113: Superfluous brackets in functions after namespaces moveClosed2012-08-24

Actions
Actions #1

Updated by Gerrit Code Review over 11 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/14620

Actions #2

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14627

Actions #3

Updated by Arvid Jakobsson over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF