Project

General

Profile

Actions

Task #40779

closed

Task #40095: Move core to namespaces

Superfluous brackets in the version-sysext after namespaces move

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

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

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
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 2 (0 open2 closed)

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

Actions
Related to TYPO3 Core - Task #40774: Superfluous brackets in functions after namespaces moveClosedArvid Jakobsson2012-09-09

Actions
Actions

Also available in: Atom PDF