Task #40779

Task #40095: Move core to namespaces

Superfluous brackets in the version-sysext after namespaces move

Added by Arvid Jakobsson almost 3 years ago. Updated over 1 year ago.

Status:Resolved Start date:2012-09-09
Priority:Should have Due date:
Assigned To:Arvid Jakobsson % Done:

100%

Category:Workspaces Spent time: -
Target version:6.0.0-beta2
TYPO3 Version:6.0 Complexity:
PHP Version: Sprint Focus:

Description

Fix issues such as:

-               if ((!$backRef->cmLevel && $uid > 0) && $GLOBALS['BE_USER']->check('modules', 'web_txversionM1')) {
+               if (!$backRef->cmLevel && $uid > 0 && $GLOBALS['BE_USER']->check('modules', 'web_txversionM1')) {

in Classes/ClickMenu/VersionClickMenu.php


Related issues

related to Core - Bug #40113: Superfluous brackets in functions after namespaces move Closed 2012-08-24
related to Core - Task #40774: Superfluous brackets in functions after namespaces move Resolved 2012-09-09

Associated revisions

Revision b2c69149
Added by Arvid Jakobsson almost 3 years ago

[TASK] Remove superfluous parenthesis.

Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.

Change-Id: I42191aed03c4d78ae98d8e0e3d0468c10e11dd0c
Resolves: #40779
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14486
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

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/14486

#2 Updated by Christian Kuhn almost 3 years ago

  • Parent task set to #40095

#3 Updated by Christian Kuhn almost 3 years ago

  • Status changed from Under Review to Resolved
  • Target version set to 6.0.0-beta2
  • % Done changed from 0 to 100

#4 Updated by Michael Stucki over 1 year ago

  • Category changed from Code Cleanup to Workspaces

#5 Updated by Michael Stucki over 1 year ago

  • Project changed from Workspaces & Versioning to Core
  • Category changed from Workspaces to Workspaces

Also available in: Atom PDF