From d5bebc70956b480f92af1ea907cd944aba3749f9 Mon Sep 17 00:00:00 2001 From: gBrunier Date: Fri, 12 Aug 2011 11:57:11 +0000 Subject: [PATCH] [-] MO : Duplicate condition --- modules/productcomments/productcomments-extra.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/productcomments/productcomments-extra.tpl b/modules/productcomments/productcomments-extra.tpl index 46affc747..59b99ac3e 100644 --- a/modules/productcomments/productcomments-extra.tpl +++ b/modules/productcomments/productcomments-extra.tpl @@ -70,10 +70,8 @@
{l s='Read user reviews' mod='productcomments'} ({$nbComments})
- {if ($too_early == false AND ($cookie->isLogged() == true OR $allow_guests == true))} - {if $cookie->isLogged() == true || $allow_guests == true} - {l s='Give your advice' mod='productcomments'} - {/if} + {if ($too_early == false AND ($cookie->isLogged() OR $allow_guests))} + {l s='Give your advice' mod='productcomments'} {/if}