[-] 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
This commit is contained in:
gBrunier
2011-04-15 15:20:42 +00:00
parent 50531eae8f
commit d53096c974
+1 -1
View File
@@ -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}