|
@@ -271,7 +271,7 @@ class request_helper
|
|
|
// $formtypes = ['application/x-www-form-urlencoded','text/xml','text/html'];
|
|
|
|
|
|
// if(empty($content_type) || in_array($content_type,$formtypes)) {
|
|
|
- self::parse_formurl($squery,$method);
|
|
|
+ self::parse_formurl($content,$method);
|
|
|
// }
|
|
|
}
|
|
|
|