From 4976e2b0a327b4a505a3292e905116f39724e88d 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}