From 69658da3b64553d33b84b5c6acbfbaf7a6b2c423 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 23 Feb 2012 09:05:07 +0000 Subject: [PATCH] // fix missing isset check causing notice --- admin-dev/themes/default/template/helpers/options/options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}