X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPathRouter.php;h=3be504a78586048dc69cb45af60d61b0e39c27f9;hb=1f5f6a1b3dc38ddf04e273b8c359971de6e3c124;hp=2dbc7ec0d8d16485cd9f319772dd82c2cc6007de;hpb=ad8b234b1bf30dc342284b1a8fc39a4b27ce0840;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PathRouter.php b/includes/PathRouter.php index 2dbc7ec0d8..3be504a785 100644 --- a/includes/PathRouter.php +++ b/includes/PathRouter.php @@ -293,7 +293,7 @@ class PathRouter { foreach ( $m as $matchKey => $matchValue ) { if ( preg_match( '/^par\d+$/u', $matchKey ) ) { $n = intval( substr( $matchKey, 3 ) ); - $data['$'.$n] = rawurldecode( $matchValue ); + $data['$' . $n] = rawurldecode( $matchValue ); } } // If present give our $data array a $key as well