Skip to content

Commit

Permalink
[BUGFIX] Fix typo in TCA of be_users
Browse files Browse the repository at this point in the history
Replace 'enableTablator' with 'enableTabulator'.

Resolves: #84486
Releases: master, 8.7
Change-Id: If6174306835f627ef078a1c906a0b6e267c02dd0
Reviewed-on: https://review.typo3.org/56365
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Markus Klein <markus.klein@typo3.org>
  • Loading branch information
georgringer authored and liayn committed Mar 19, 2018
1 parent 5159cef commit b57924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/core/Configuration/TCA/be_users.php
Expand Up @@ -300,7 +300,7 @@
'type' => 'text',
'cols' => 40,
'rows' => 5,
'enableTablator' => true,
'enableTabulator' => true,
'fixedFont' => true,
],
],
Expand Down

0 comments on commit b57924b

Please sign in to comment.