Skip to content

Commit

Permalink
fix typo (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Feb 13, 2024
1 parent 075b285 commit 5e6765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_nc_language.php
Expand Up @@ -141,7 +141,7 @@
'exclude' => true,
'inputType' => 'select',
'options_callback' => function () {
return \Contao\Contao\System::getContainer()->get('contao.intl.locales')->getLocales(null, true);
return \Contao\System::getContainer()->get('contao.intl.locales')->getLocales(null, true);
},
'eval' => array('mandatory'=>true, 'chosen'=>true, 'includeBlankOption' => true, 'doNotCopy' => true, 'tl_class'=>'w50'),
'sql' => "varchar(64) NOT NULL default ''",
Expand Down

0 comments on commit 5e6765d

Please sign in to comment.