stanley-king hace 4 años
padre
commit
2665de2ff6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 //        }
     }