Skip to content

Commit 2fe1769

Browse files
poprawka pobrania nagłówków
1 parent 53f649e commit 2fe1769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function doRequest( $strUrl, $arrParams = array(), $boolRawResponse = fal
128128
return $this->rawResponse;
129129
}
130130

131-
$this->_getResponseFromHeaders();
131+
$this->_getResponseFromHeaders($resCurl);
132132

133133
if ($this->httpCode != 200) {
134134
$this->errors = $this->response['errors'];

0 commit comments

Comments
 (0)