Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxu1993 committed Apr 8, 2016
1 parent e0fe441 commit bc48f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class.geetestlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private function send_request($url) {
* @param array $postdata
* @return mixed|string
*/
private function post_request($url, $postdata = []) {
private function post_request($url, $postdata = '') {
if (!$postdata) {
return false;
}
Expand Down

0 comments on commit bc48f55

Please sign in to comment.