Skip to content

Commit

Permalink
Fix functino call typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej authored Apr 13, 2017
1 parent bd657f8 commit 469be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Academe/SugarRestApi/Transport/ControllerGuzzle.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function post($data)
$this->setClient();

// Clear the error message.
$this->resetErrorMessage = '';
$this->resetErrorMessage();

$request = $this->client
->post($path)
Expand Down

0 comments on commit 469be43

Please sign in to comment.