Browse code

Fix wrong table name in tl_user_group dca file

Benjamin Roth authored on02/08/2023 12:15:22
Showing1 changed files
... ...
@@ -16,7 +16,7 @@ use Contao\CoreBundle\DataContainer\PaletteManipulator;
16 16
 PaletteManipulator::create()
17 17
     ->addLegend('sec_dl_legend','alexf_legend',PaletteManipulator::POSITION_BEFORE)
18 18
     ->addField('sec_dl_access','sec_dl_legend',PaletteManipulator::POSITION_APPEND)
19
-    ->applyToPalette('default', 'tl_user');
19
+    ->applyToPalette('default', 'tl_user_group');
20 20
 
21 21
 /**
22 22
  * Add fields to tl_user_group