This commit is contained in:
grandeljay 2022-11-09 17:42:01 +01:00
parent c0e23cebe0
commit fa8662a0d1

View file

@ -125,7 +125,7 @@ class URL
uasort( uasort(
$getParameters, $getParameters,
function($a, $b) { function ($a, $b) {
return strlen($a) <=> strlen($b); return strlen($a) <=> strlen($b);
} }
); );