Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #13 from Wizofgoz/v0.2.3-alpha
Browse files Browse the repository at this point in the history
V0.2.3 alpha
  • Loading branch information
Wizofgoz authored Jan 7, 2017
2 parents 40182b4 + b48a2b1 commit 003d9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/CREST.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ protected function makeCall($Method, $Authorize, array $Data = [])
// if nothing in cache, call API
else
{
$Result = $this->callAPI($LeafURL, $Method, $Authorize, $Data));
$Result = $this->callAPI($LeafURL, $Method, $Authorize, $Data);
$this->Cache->crestUpdate($this->UsedRoute, $this->APIRoute->bottom()->Key.' '.$this->APIRoute->bottom()->Value, $Result);
return $Result;
}
Expand Down

0 comments on commit 003d9b7

Please sign in to comment.