From 0496c52fed349e22cc9f80139d02b4c6dcd71b4a 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13545 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}