Actions
Task #40968
closedSuperfluous brackets in sysext sysexts "opendocs", "openid", "perm" and "recordlist" after namespaces move
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']) {
Actions