Actions
Bug #85733
closedWrong reference to TCA ctrl section in DefaultTcaSchema->getPrioritizedFieldNames
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-08-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
there is
$tableDefinition = $GLOBALS['TCA']['ctrl'];
but should be
$tableDefinition = $GLOBALS['TCA'][$table]['ctrl'];
Actions