Fix up r49428: add missing brace
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 12 Apr 2009 18:15:09 +0000 (18:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 12 Apr 2009 18:15:09 +0000 (18:15 +0000)
includes/GlobalFunctions.php

index d69c289..964213c 100644 (file)
@@ -1244,6 +1244,7 @@ function wfArrayToCGI( $array1, $array2 = NULL )
                                }
                                $cgi .= urlencode( $key ) . '=' .
                                        urlencode( $value );
+                       }
                }
        }
        return $cgi;