X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=cbbf2abdafc7e26468f7670589861004a53cdc61;hb=5a264f70a22a3d93849a8c33e40ab18ca3617a3b;hp=47875941165fac32579f0b9dbac97db7083835e5;hpb=8f9d8b2859bf65b789cd1fb0ae8f3c6ce585b875;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index 4787594116..cbbf2abdaf 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -214,7 +214,7 @@ class profile_point { ?>
- name() ) . $extet ?> + name() ) ) . $extet ?>
time() / self::$totaltime * 100 ); ?> memory() / self::$totalmemory * 100 ); ?> @@ -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 ) )