Skip to content

Commit

Permalink
[-] FO : fixed bug #PSCFV-5048
Browse files Browse the repository at this point in the history
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17897 b9a71923-0436-4b27-9f14-aed3839534dd
  • Loading branch information
vAugagneur committed Oct 17, 2012
1 parent 367f0ab commit ce06e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/front/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function initContent()
{
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);
Expand Down

0 comments on commit ce06e3c

Please sign in to comment.