[-] FO : fixed bug #PSCFV-5048

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17897 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-10-17 14:01:25 +00:00
parent 367f0abc78
commit ce06e3ca1d
+1 -1
View File
@@ -58,7 +58,7 @@ class SearchControllerCore extends FrontController
{
parent::initContent();
$query = urldecode(Tools::getValue('q'));
$query = Tools::replaceAccentedChars(urldecode(Tools::getValue('q')));
if ($this->ajax_search)
{
$searchResults = Search::find((int)(Tools::getValue('id_lang')), $query, 1, 10, 'position', 'desc', true);