Explorar el Código

Bugfix: Removed default value of POST_FIELDS

Jan Oris hace 11 años
padre
commit
1dc8739079
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Ixudra/Curl/Curl.php

+ 0 - 1
src/Ixudra/Curl/Curl.php

@@ -14,7 +14,6 @@ class Curl {
         'USER_AGENT'            => '',
         'URL'                   => '',
         'POST'                  => false,
-        'POST_FIELDS'           => array(),
         'HTTP_HEADER'           => array()
     );