diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 5cdc7c629..9a4eeef75 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -86,7 +86,7 @@ {/block} {if $field['type'] == 'select'} {if $field['list']} - {if $field['select_multiple']} + {if isset($field['select_multiple']) && $field['select_multiple']} {assign var="select_name" value="{$key}[]"} {else} {assign var="select_name" value="[$key]"}