X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPathRouter.php;h=3be504a78586048dc69cb45af60d61b0e39c27f9;hb=32b58ee1181f3ee3f295f2099100ef4279116b03;hp=a80e04bbfb5477f5744079d4351a6a8ccca588d8;hpb=6a79e09d6ff00a3861d34588a9b5aab949eacc30;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PathRouter.php b/includes/PathRouter.php index a80e04bbfb..3be504a785 100644 --- a/includes/PathRouter.php +++ b/includes/PathRouter.php @@ -1,4 +1,25 @@ $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