[-] BO : fix #PSFV-852 : url encoded incorrect when in the search there is specials character
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ class LinkCore
|
||||
if ($if_nb && $if_sort && $if_pagination)
|
||||
{
|
||||
if (!is_array($value))
|
||||
$vars[urlencode($k)] = urlencode($value);
|
||||
$vars[urlencode($k)] = $value;
|
||||
else
|
||||
{
|
||||
foreach (explode('&', http_build_query(array($k => $value))) as $key => $val)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>blocksupplier</name>
|
||||
<displayName><![CDATA[Suppliers block]]></displayName>
|
||||
<displayName><![CDATA[Bloc fournisseurs]]></displayName>
|
||||
<version><![CDATA[1]]></version>
|
||||
<description><![CDATA[Adds a block displaying suppliers.]]></description>
|
||||
<description><![CDATA[Ajoute un bloc affichant les fournisseurs.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[front_office_features]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
|
||||
Reference in New Issue
Block a user