From d53096c9746dc0a0cf62932a34baf1a1a9099bb0 Mon Sep 17 00:00:00 2001 From: gBrunier Date: Fri, 15 Apr 2011 15:20:42 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFI-1475 - An error occured because of an undefined variable $tag. The variable has been renamed as $search_tag to fix it. git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5932 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/prestashop/search.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prestashop/search.tpl b/themes/prestashop/search.tpl index 0e3ad9f41..c5ada8376 100644 --- a/themes/prestashop/search.tpl +++ b/themes/prestashop/search.tpl @@ -38,7 +38,7 @@ {if isset($search_query) && $search_query} {l s='No results found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}" {elseif isset($search_tag) && $search_tag} - {l s='No results found for your search'} "{$tag|escape:'htmlall':'UTF-8'}" + {l s='No results found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}" {else} {l s='Please type a search keyword'} {/if}