mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Merge pull request #154 from BuffaloDrew/BuffaloDrew-patch-1
Fix building incorrect data when using the default value arg separator
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class Curl
|
||||
$data = $json_str;
|
||||
}
|
||||
} else {
|
||||
$data = http_build_query($data);
|
||||
$data = http_build_query($data, '', '&');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user