Skip to content

Commit

Permalink
Create headers array for response
Browse files Browse the repository at this point in the history
  • Loading branch information
tpyo committed Jun 26, 2013
1 parent 80b9564 commit 2061fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,7 @@ function __construct($verb, $bucket = '', $uri = '', $endpoint = 's3.amazonaws.c
$this->response = new STDClass;
$this->response->error = false;
$this->response->body = null;
$this->response->headers = array();
}


Expand Down

0 comments on commit 2061fa8

Please sign in to comment.