From: Roan Kattouw Date: Sun, 12 Apr 2009 18:15:09 +0000 (+0000) Subject: Fix up r49428: add missing brace X-Git-Tag: 1.31.0-rc.0~42159 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=db6079a020567b8f476b39f1cd65116af53f26ea;p=lhc%2Fweb%2Fwiklou.git Fix up r49428: add missing brace --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index d69c2891fc..964213c59c 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1244,6 +1244,7 @@ function wfArrayToCGI( $array1, $array2 = NULL ) } $cgi .= urlencode( $key ) . '=' . urlencode( $value ); + } } } return $cgi;