From 55232917c12dd4b851bb95d5cbcb5aef091a90bc Mon Sep 17 00:00:00 2001 From: gRoussac Date: Wed, 3 Apr 2013 09:25:01 +0200 Subject: [PATCH] //fix warning --- .../default/template/controllers/products/virtualproduct.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl index b1e096494..6f46e7704 100644 --- a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl +++ b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl @@ -227,7 +227,7 @@ {else}
{l s='You cannot edit your file here because you used combinations. Please edit this file in the Combinations tab.'}

- {$error_product_download} + {if isset($error_product_download)}{$error_product_download}{/if} {/if}