Include multiselect with checkbox check

This commit is contained in:
Mike Koch 2015-01-02 00:57:51 -05:00
parent 351bb5c272
commit 073ff3c765

View File

@ -213,7 +213,7 @@ foreach ($hesk_settings['custom_fields'] as $k=>$v)
$v['name'] = $hesklang[$v['name']];
}
if ($v['type'] == 'checkbox')
if ($v['type'] == 'checkbox' || $v['type'] == 'multiselect')
{
$tmpvar[$k]='';