Skip to content
Snippets Groups Projects
Commit 3e47b88e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #43916 fix rt comment

parent 39d3a61c
1 merge request!1896Master
......@@ -202,7 +202,11 @@ class Class_MoteurRecherche_Facettes {
$codes_count[$bookmark_code])];
}
sort($matches, SORT_REGULAR);
usort($matches, function($first, $second)
{
return strcmp($first['label'], $second['label']);
});
return $matches;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment