Parcourir la source

bugfix changepackage

andre il y a 3 ans
Parent
commit
9a81c9c96a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);