diff --git a/modules/productcomments/productcomments.tpl b/modules/productcomments/productcomments.tpl index 710b6665c..5e3c16fb3 100644 --- a/modules/productcomments/productcomments.tpl +++ b/modules/productcomments/productcomments.tpl @@ -98,6 +98,7 @@ var moderation_active = {$moderation_active};

{l s='Write your review' mod='productcomments'}

+ {if isset($product) && $product}
{$product->name|escape:html:'UTF-8'}
@@ -105,7 +106,7 @@ var moderation_active = {$moderation_active}; {$product->description_short}
- + {/if}

{l s='Write your review' mod='productcomments'}