diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index cd5026322..f893b64a3 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']} - {foreach $field['list'] AS $k => $option} {/foreach}