Skip to content

Commit

Permalink
Merge tag '1.6.18'
Browse files Browse the repository at this point in the history
# Conflicts:
#	dca/tl_nc_language.php
  • Loading branch information
aschempp committed Feb 20, 2024
2 parents 5e6765d + 1f2e1da commit b8b8e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_nc_language.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
'options_callback' => function () {
return \Contao\System::getContainer()->get('contao.intl.locales')->getLocales(null, true);
},
'eval' => array('mandatory'=>true, 'chosen'=>true, 'includeBlankOption' => true, 'doNotCopy' => true, 'tl_class'=>'w50'),
'eval' => array('mandatory'=>true, 'chosen'=>true, 'includeBlankOption' => true, 'tl_class'=>'w50'),
'sql' => "varchar(64) NOT NULL default ''",
'save_callback' => array
(
Expand Down

0 comments on commit b8b8e1a

Please sign in to comment.