stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
2665de2ff6
Modificáronse 1 ficheiros con 1 adicións e 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);
 //        }
     }