X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=cbbf2abdafc7e26468f7670589861004a53cdc61;hb=5a264f70a22a3d93849a8c33e40ab18ca3617a3b;hp=0e4131b1479543efe75a7d998011ff5533ae27fe;hpb=e0415e146c01a8c6cf7429b8a28a321281bc6197;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index 0e4131b147..cbbf2abdaf 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -349,7 +349,7 @@ function getEscapedProfileUrl( $_filter = false, $_sort = false, $_expand = fals return htmlspecialchars( '?' . - wfArrayToCGI( array( + wfArrayToCgi( array( 'filter' => $_filter ? $_filter : $filter, 'sort' => $_sort ? $_sort : $sort, 'expand' => implode( ',', array_keys( $_expand ) )