Skip to content

Commit

Permalink
Added missing SQL statement to FAQ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Nov 24, 2022
1 parent 85ce698 commit 423ded4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dca/tl_faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
(
'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 423ded4

Please sign in to comment.