Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from ParkWhiz/master
Browse files Browse the repository at this point in the history
Fixed ErrorException for incompatible __doRequest
  • Loading branch information
MichaelAllenClark committed Feb 21, 2014
2 parents 7b76b25 + 9462d68 commit d564503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ET_Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function GetLastModifiedDate($remotepath) {
return curl_getinfo($curl, CURLINFO_FILETIME);
}

function __doRequest($request, $location, $saction, $version) {
function __doRequest($request, $location, $saction, $version, $one_way=null) {
$doc = new DOMDocument();
$doc->loadXML($request);

Expand Down

0 comments on commit d564503

Please sign in to comment.