Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oliver Eglseder
lfeditor
Commits
eeae1ade
Commit
eeae1ade
authored
Nov 04, 2015
by
Markus Klein
Browse files
[BUGFIX] Do not use deprecated third parameter of addTCAcolumns()
parent
77924af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/Overrides/be_users.php
View file @
eeae1ade
...
...
@@ -44,11 +44,7 @@ $fieldDefinition = array(
'be_users'
,
'lfeditor_change_editing_modes'
,
''
,
'after:allowed_languages'
);
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addTCAcolumns
(
'be_users'
,
$fieldDefinition
,
1
);
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addTCAcolumns
(
'be_users'
,
$fieldDefinition
);
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addFieldsToPalette
(
'be_users'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment