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

Commit

Permalink
Merge 6c3b0cbae10c34e49052d4d86fea24dec92aaf38 into 2b394bcbe8fbe9bc5…
Browse files Browse the repository at this point in the history
…28155618902751baec1662f
  • Loading branch information
micheh committed Sep 15, 2012
2 parents cb8f354 + 8ae2352 commit 869831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ protected function prepareBody()
}

// Encode files
foreach ($this->getRequest()->getFiles()->toArray() as $key => $file) {
foreach ($this->getRequest()->getFiles()->toArray() as $file) {
$fhead = array('Content-Type' => $file['ctype']);
$body .= $this->encodeFormData($boundary, $file['formname'], $file['data'], $file['filename'], $fhead);
}
Expand Down

0 comments on commit 869831c

Please sign in to comment.