diff --git a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl index 406943226..062f71683 100644 --- a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl @@ -29,7 +29,7 @@ $(function() { }); -{if !$nb_results} +{if !isset($nb_results)}

{l s='There are no results matching your query "%s".' sprintf=$query}

{else}