diff --git a/dca/tl_faq.php b/dca/tl_faq.php index 3ab4936..1eea773 100644 --- a/dca/tl_faq.php +++ b/dca/tl_faq.php @@ -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 {