stanley-king 4 년 전
부모
커밋
2665de2ff6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/request_helper.php

+ 1 - 1
helper/request_helper.php

@@ -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);
 //        }
     }