Ver Fonte

bugfix changepackage

andre há 3 anos atrás
pai
commit
9a81c9c96a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/cwp7/Admin.php

+ 1 - 1
api/cwp7/Admin.php

@@ -403,7 +403,7 @@ class cwp7_Admin {
             __FUNCTION__,
             $data,
             'debug',
-            curl_getinfo($ch)
+            $response
         );
         if(curl_getinfo($ch, CURLINFO_RESPONSE_CODE) != 200) {
             curl_close($ch);