Skip to content

Commit

Permalink
Merge pull request #16 from re8us/patch-1
Browse files Browse the repository at this point in the history
API changed
  • Loading branch information
easmith authored May 8, 2017
2 parents 551b2c5 + 093bfd5 commit 20865d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelectelStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public function setAccountMetaTempURLKey($key) {
->request("POST")
->getHeaders();

if (!in_array($res["HTTP-Code"], array(204)))
if (!in_array($res["HTTP-Code"], array(202)))
return $this->error($res ["HTTP-Code"], __METHOD__);

return $res["HTTP-Code"];
Expand Down

0 comments on commit 20865d4

Please sign in to comment.