Skip to content

Commit

Permalink
Merged changes from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Jun 4, 2024
1 parent a29b370 commit f1c2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function getNewsArchives()
(
'label' => &$GLOBALS['TL_LANG']['tl_module']['event_showtags'],
'inputType' => 'checkbox',
'eval' => array('submitOnChange'=>true),
'eval' => array('submitOnChange'=>true, 'tl_class' => 'clr'),
'sql' => "char(1) NOT NULL default ''"
);

Expand Down

0 comments on commit f1c2331

Please sign in to comment.