From b34acf74f2599a8630b20d8df28b657f14c205df Mon Sep 17 00:00:00 2001 From: jeromenadaud Date: Thu, 1 Aug 2013 17:33:53 +0200 Subject: [PATCH] [-] BO : FixBug Undefined variable title --- 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 78e1d7807..b1cc69e2c 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -80,7 +80,7 @@ {$field['title']} - {else} + {elseif isset($field['title'])} {/if} {/block}