Skip to content

Commit

Permalink
Merge changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Nov 24, 2022
1 parent 77e67d2 commit 5c96370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dca/tl_faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
(
'label' => &$GLOBALS['TL_LANG']['MSC']['tags'],
'inputType' => 'tag',
'eval' => array('tl_class'=>'clr long')
'eval' => array('tl_class'=>'clr long'),
'sql' => "char(1) NOT NULL default ''"
);

class tl_faq_tags extends \Backend
Expand Down

0 comments on commit 5c96370

Please sign in to comment.