Skip to content

Commit

Permalink
undefined variable $flatted
Browse files Browse the repository at this point in the history
  • Loading branch information
phargo committed Jun 27, 2012
1 parent 12e692d commit 7faff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/EHttpClient/EHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ protected function _prepareBody()
if (is_array($this->paramsPost[$fieldName]))
{
$flattened = self::_flattenParametersArray($this->paramsPost[$fieldName], $fieldName);
foreach ($flatted as $pp)
foreach ($flattened as $pp)
{
$body .= self::encodeFormData($boundary, $pp[0], $pp[1]);
}
Expand Down

0 comments on commit 7faff59

Please sign in to comment.