Skip to content

Commit

Permalink
see cl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Jul 21, 2017
1 parent 4c72f2c commit 01c40b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.6.75] - 2017-07-21

### Fixed
- Curl

## [1.6.74] - 2017-07-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions library/Haste/Util/Curl.php
Expand Up @@ -118,7 +118,7 @@ public static function postRequest($strUrl, array $arrRequestHeaders = [], array
}
}

public function createCurlObject($strUrl)
public static function createCurlObject($strUrl)
{
$objCurl = curl_init($strUrl);

Expand All @@ -128,7 +128,7 @@ public function createCurlObject($strUrl)
return $objCurl;
}

public function setHeaders($objCurl, array $arrHeaders)
public static function setHeaders($objCurl, array $arrHeaders)
{
$arrPrepared = [];

Expand Down

0 comments on commit 01c40b0

Please sign in to comment.